Html Css Color HEX #AF62DE Medium Orchid

📋 copy color: '#AF62DE'

red 175 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #AF62DE

Tints of Medium Orchid #AF62DE

RGB

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

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

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

R = 35.35%
G = 19.8%
B = 44.85%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF62DE (or 0xAF62DE) is known color: Medium Orchid. HEX triplet: AF, 62 and DE. RGB value is (175,98,222). Sum of RGB (Red+Green+Blue) = 175+98+222=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF62DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62DE is #509D21. Grayscale: #868686. Windows color (decimal): -5283106 or 14574255. OLE color: 14574255.

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

Color convert

RGB 175 98 222 -
CMYK 0.21 0.56 0 0.13
HSL 277.26º 0.65% 0.63% -
HSV(B) 277.26º 0.56% 0.87% -
XYZ 35.23 23.12 71.71 -
YUV 135.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 175 98 222 0.21 0.56 0 0.13 277.26 0.65 0.63
Hex AF 62 DE 15 38 0 D 115 41 3F
Octal 257 142 336 25 70 0 15 425 101 77
Binary 10101111 1100010 11011110 10101 111000 0 1101 100010101 1000001 111111

Color Harmonies of #AF62DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62DE

Black with #AF62DE

Text Example


Text Example

White with #AF62DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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