Html Css Color HEX #A62DD8 Dark Orchid

📋 copy color: '#A62DD8'

red 166 ◦ green 45 ◦ blue 216

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

Shades of Dark Orchid #A62DD8

Tints of Dark Orchid #A62DD8

RGB

 RED value IS 166 (65.23% from 255) = 38.88%

 GREEN value IS 45 (17.97% from 255) = 10.54%

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

R = 38.88%
G = 10.54%
B = 50.59%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A62DD8 (or 0xA62DD8) is known color: Dark Orchid. HEX triplet: A6, 2D and D8. RGB value is (166,45,216). Sum of RGB (Red+Green+Blue) = 166+45+216=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #A62DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DD8 is #59D227. Grayscale: #646464. Windows color (decimal): -5886504 or 14167462. OLE color: 14167462.

HSL color Cylindrical-coordinate representation of color #A62DD8: hue angle of 282.46º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62DD8 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 45 216 -
CMYK 0.23 0.79 0 0.15
HSL 282.46º 0.69% 0.51% -
HSV(B) 282.46º 0.79% 0.85% -
XYZ 29.06 14.94 66.32 -
YUV 100.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 166 45 216 0.23 0.79 0 0.15 282.46 0.69 0.51
Hex A6 2D D8 17 4F 0 F 11A 45 33
Octal 246 55 330 27 117 0 17 432 105 63
Binary 10100110 101101 11011000 10111 1001111 0 1111 100011010 1000101 110011

Color Harmonies of #A62DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62DD8

Black with #A62DD8

Text Example


Text Example

White with #A62DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62DD8; }

 p { color: rgb(166,45,216); }

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

background-color css

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

 a { background-color: rgb(166,45,216); }

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

border-color css

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

 span { border-color: rgb(166,45,216); }

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