Html Css Color HEX #AF62D8 Medium Orchid

📋 copy color: '#AF62D8'

red 175 ◦ green 98 ◦ blue 216

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

Shades of Medium Orchid #AF62D8

Tints of Medium Orchid #AF62D8

RGB

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

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

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

R = 35.79%
G = 20.04%
B = 44.17%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF62D8 (or 0xAF62D8) is known color: Medium Orchid. HEX triplet: AF, 62 and D8. RGB value is (175,98,216). Sum of RGB (Red+Green+Blue) = 175+98+216=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF62D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62D8 is #509D27. Grayscale: #868686. Windows color (decimal): -5283112 or 14181039. OLE color: 14181039.

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

Color convert

RGB 175 98 216 -
CMYK 0.19 0.55 0 0.15
HSL 279.15º 0.6% 0.62% -
HSV(B) 279.15º 0.55% 0.85% -
XYZ 34.44 22.81 67.55 -
YUV 134.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 175 98 216 0.19 0.55 0 0.15 279.15 0.6 0.62
Hex AF 62 D8 13 37 0 F 117 3C 3E
Octal 257 142 330 23 67 0 17 427 74 76
Binary 10101111 1100010 11011000 10011 110111 0 1111 100010111 111100 111110

Color Harmonies of #AF62D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62D8

Black with #AF62D8

Text Example


Text Example

White with #AF62D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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