Html Css Color HEX #AF66BF Medium Orchid

📋 copy color: '#AF66BF'

red 175 ◦ green 102 ◦ blue 191

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

Shades of Medium Orchid #AF66BF

Tints of Medium Orchid #AF66BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 37.39%
G = 21.79%
B = 40.81%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF66BF (or 0xAF66BF) is known color: Medium Orchid. HEX triplet: AF, 66 and BF. RGB value is (175,102,191). Sum of RGB (Red+Green+Blue) = 175+102+191=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BF is #509940. Grayscale: #858585. Windows color (decimal): -5282113 or 12543663. OLE color: 12543663.

HSL color Cylindrical-coordinate representation of color #AF66BF: hue angle of 289.21º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF66BF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 102 191 -
CMYK 0.08 0.47 0 0.25
HSL 289.21º 0.41% 0.57% -
HSV(B) 289.21º 0.47% 0.75% -
XYZ 31.83 22.38 51.93 -
YUV 133.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 175 102 191 0.08 0.47 0 0.25 289.21 0.41 0.57
Hex AF 66 BF 8 2F 0 19 121 29 39
Octal 257 146 277 10 57 0 31 441 51 71
Binary 10101111 1100110 10111111 1000 101111 0 11001 100100001 101001 111001

Color Harmonies of #AF66BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66BF

Black with #AF66BF

Text Example


Text Example

White with #AF66BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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