Html Css Color HEX #AF64C9 Medium Orchid

📋 copy color: '#AF64C9'

red 175 ◦ green 100 ◦ blue 201

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

Shades of Medium Orchid #AF64C9

Tints of Medium Orchid #AF64C9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 36.76%
G = 21.01%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF64C9 (or 0xAF64C9) is known color: Medium Orchid. HEX triplet: AF, 64 and C9. RGB value is (175,100,201). Sum of RGB (Red+Green+Blue) = 175+100+201=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64C9 is #509B36. Grayscale: #858585. Windows color (decimal): -5282615 or 13198511. OLE color: 13198511.

HSL color Cylindrical-coordinate representation of color #AF64C9: hue angle of 284.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF64C9 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 100 201 -
CMYK 0.13 0.50 0 0.21
HSL 284.55º 0.48% 0.59% -
HSV(B) 284.55º 0.5% 0.79% -
XYZ 32.78 22.45 57.86 -
YUV 133.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 175 100 201 0.13 0.50 0 0.21 284.55 0.48 0.59
Hex AF 64 C9 D 32 0 15 11D 30 3B
Octal 257 144 311 15 62 0 25 435 60 73
Binary 10101111 1100100 11001001 1101 110010 0 10101 100011101 110000 111011

Color Harmonies of #AF64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64C9

Black with #AF64C9

Text Example


Text Example

White with #AF64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64C9; }

 p { color: rgb(175,100,201); }

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

background-color css

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

 a { background-color: rgb(175,100,201); }

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

border-color css

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

 span { border-color: rgb(175,100,201); }

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