Html Css Color HEX #AF64CE Medium Orchid

📋 copy color: '#AF64CE'

red 175 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #AF64CE

Tints of Medium Orchid #AF64CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 36.38%
G = 20.79%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF64CE (or 0xAF64CE) is known color: Medium Orchid. HEX triplet: AF, 64 and CE. RGB value is (175,100,206). Sum of RGB (Red+Green+Blue) = 175+100+206=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CE is #509B31. Grayscale: #868686. Windows color (decimal): -5282610 or 13526191. OLE color: 13526191.

HSL color Cylindrical-coordinate representation of color #AF64CE: hue angle of 282.45º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF64CE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 100 206 -
CMYK 0.15 0.51 0 0.19
HSL 282.45º 0.52% 0.6% -
HSV(B) 282.45º 0.51% 0.81% -
XYZ 33.38 22.68 61.01 -
YUV 134.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 175 100 206 0.15 0.51 0 0.19 282.45 0.52 0.6
Hex AF 64 CE F 33 0 13 11A 34 3C
Octal 257 144 316 17 63 0 23 432 64 74
Binary 10101111 1100100 11001110 1111 110011 0 10011 100011010 110100 111100

Color Harmonies of #AF64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64CE

Black with #AF64CE

Text Example


Text Example

White with #AF64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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