Html Css Color HEX #AF64DE Medium Orchid

📋 copy color: '#AF64DE'

red 175 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #AF64DE

Tints of Medium Orchid #AF64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 35.21%
G = 20.12%
B = 44.67%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF64DE (or 0xAF64DE) is known color: Medium Orchid. HEX triplet: AF, 64 and DE. RGB value is (175,100,222). Sum of RGB (Red+Green+Blue) = 175+100+222=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF64DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64DE is #509B21. Grayscale: #878787. Windows color (decimal): -5282594 or 14574767. OLE color: 14574767.

HSL color Cylindrical-coordinate representation of color #AF64DE: hue angle of 276.89º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF64DE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 100 222 -
CMYK 0.21 0.55 0 0.13
HSL 276.89º 0.65% 0.63% -
HSV(B) 276.89º 0.55% 0.87% -
XYZ 35.42 23.5 71.78 -
YUV 136.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 175 100 222 0.21 0.55 0 0.13 276.89 0.65 0.63
Hex AF 64 DE 15 37 0 D 115 41 3F
Octal 257 144 336 25 67 0 15 425 101 77
Binary 10101111 1100100 11011110 10101 110111 0 1101 100010101 1000001 111111

Color Harmonies of #AF64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64DE

Black with #AF64DE

Text Example


Text Example

White with #AF64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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