Html Css Color HEX #AF5AFC Medium Orchid

📋 copy color: '#AF5AFC'

red 175 ◦ green 90 ◦ blue 252

#AF5AFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AF5AFC

Tints of Medium Orchid #AF5AFC

RGB

 RED value IS 175 (68.75% from 255) = 33.85%

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 33.85%
G = 17.41%
B = 48.74%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF5AFC (or 0xAF5AFC) is known color: Medium Orchid. HEX triplet: AF, 5A and FC. RGB value is (175,90,252). Sum of RGB (Red+Green+Blue) = 175+90+252=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AFC is #50A503. Grayscale: #858585. Windows color (decimal): -5285124 or 16538287. OLE color: 16538287.

HSL color Cylindrical-coordinate representation of color #AF5AFC: hue angle of 271.48º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5AFC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 90 252 -
CMYK 0.31 0.64 0 0.01
HSL 271.48º 0.96% 0.67% -
HSV(B) 271.48º 0.64% 0.99% -
XYZ 38.91 23.45 94.57 -
YUV 133.88 194.66 157.33 -
System Red Green Blue C M Y K H S L
Decimal 175 90 252 0.31 0.64 0 0.01 271.48 0.96 0.67
Hex AF 5A FC 1F 40 0 1 10F 60 43
Octal 257 132 374 37 100 0 1 417 140 103
Binary 10101111 1011010 11111100 11111 1000000 0 1 100001111 1100000 1000011

Color Harmonies of #AF5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AFC

Black with #AF5AFC

Text Example


Text Example

White with #AF5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AFC; }

 p { color: rgb(175,90,252); }

 H1.HeaderClassName
 {
   color: #AF5AFC;
 }
 .AnyTagClassName
 {
   color: #AF5AFC;
 }
</style>

background-color css

<style>
 a { background-color: #AF5AFC; }

 a { background-color: rgb(175,90,252); }

 div.DivClassName
 {
   background-color: #AF5AFC;
 }
 .BgClassName
 {
   background-color: #AF5AFC;
 }
</style>

border-color css

<style>
 span { border-color: #AF5AFC; }

 span { border-color: rgb(175,90,252); }

 td.TdClassName
 {
   border-color: #AF5AFC;
 }
 .TagClassName
 {
   border-color: #AF5AFC;
 }
</style>