Html Css Color HEX #AF62CE Medium Orchid

📋 copy color: '#AF62CE'

red 175 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #AF62CE

Tints of Medium Orchid #AF62CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.46%

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

R = 36.53%
G = 20.46%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF62CE (or 0xAF62CE) is known color: Medium Orchid. HEX triplet: AF, 62 and CE. RGB value is (175,98,206). Sum of RGB (Red+Green+Blue) = 175+98+206=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CE is #509D31. Grayscale: #848484. Windows color (decimal): -5283122 or 13525679. OLE color: 13525679.

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

Color convert

RGB 175 98 206 -
CMYK 0.15 0.52 0 0.19
HSL 282.78º 0.52% 0.6% -
HSV(B) 282.78º 0.52% 0.81% -
XYZ 33.19 22.31 60.95 -
YUV 133.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 175 98 206 0.15 0.52 0 0.19 282.78 0.52 0.6
Hex AF 62 CE F 34 0 13 11B 34 3C
Octal 257 142 316 17 64 0 23 433 64 74
Binary 10101111 1100010 11001110 1111 110100 0 10011 100011011 110100 111100

Color Harmonies of #AF62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62CE

Black with #AF62CE

Text Example


Text Example

White with #AF62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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