Html Css Color HEX #AF66D8 Medium Orchid

📋 copy color: '#AF66D8'

red 175 ◦ green 102 ◦ blue 216

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

Shades of Medium Orchid #AF66D8

Tints of Medium Orchid #AF66D8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.69%

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 35.5%
G = 20.69%
B = 43.81%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF66D8 (or 0xAF66D8) is known color: Medium Orchid. HEX triplet: AF, 66 and D8. RGB value is (175,102,216). Sum of RGB (Red+Green+Blue) = 175+102+216=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF66D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66D8 is #509927. Grayscale: #888888. Windows color (decimal): -5282088 or 14182063. OLE color: 14182063.

HSL color Cylindrical-coordinate representation of color #AF66D8: hue angle of 278.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF66D8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 102 216 -
CMYK 0.19 0.53 0 0.15
HSL 278.42º 0.59% 0.62% -
HSV(B) 278.42º 0.53% 0.85% -
XYZ 34.83 23.57 67.68 -
YUV 136.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 175 102 216 0.19 0.53 0 0.15 278.42 0.59 0.62
Hex AF 66 D8 13 35 0 F 116 3B 3E
Octal 257 146 330 23 65 0 17 426 73 76
Binary 10101111 1100110 11011000 10011 110101 0 1111 100010110 111011 111110

Color Harmonies of #AF66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66D8

Black with #AF66D8

Text Example


Text Example

White with #AF66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66D8; }

 p { color: rgb(175,102,216); }

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

background-color css

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

 a { background-color: rgb(175,102,216); }

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

border-color css

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

 span { border-color: rgb(175,102,216); }

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