Html Css Color HEX #AF66BE Medium Orchid

📋 copy color: '#AF66BE'

red 175 ◦ green 102 ◦ blue 190

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

Shades of Medium Orchid #AF66BE

Tints of Medium Orchid #AF66BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 37.47%
G = 21.84%
B = 40.69%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF66BE (or 0xAF66BE) is known color: Medium Orchid. HEX triplet: AF, 66 and BE. RGB value is (175,102,190). Sum of RGB (Red+Green+Blue) = 175+102+190=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BE is #509941. Grayscale: #858585. Windows color (decimal): -5282114 or 12478127. OLE color: 12478127.

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

Color convert

RGB 175 102 190 -
CMYK 0.08 0.46 0 0.25
HSL 289.77º 0.4% 0.57% -
HSV(B) 289.77º 0.46% 0.75% -
XYZ 31.72 22.33 51.35 -
YUV 133.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 175 102 190 0.08 0.46 0 0.25 289.77 0.4 0.57
Hex AF 66 BE 8 2E 0 19 122 28 39
Octal 257 146 276 10 56 0 31 442 50 71
Binary 10101111 1100110 10111110 1000 101110 0 11001 100100010 101000 111001

Color Harmonies of #AF66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66BE

Black with #AF66BE

Text Example


Text Example

White with #AF66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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