Html Css Color HEX #A62BD8 Dark Orchid

📋 copy color: '#A62BD8'

red 166 ◦ green 43 ◦ blue 216

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

Shades of Dark Orchid #A62BD8

Tints of Dark Orchid #A62BD8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.12%

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

R = 39.06%
G = 10.12%
B = 50.82%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A62BD8 (or 0xA62BD8) is known color: Dark Orchid. HEX triplet: A6, 2B and D8. RGB value is (166,43,216). Sum of RGB (Red+Green+Blue) = 166+43+216=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #A62BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BD8 is #59D427. Grayscale: #626262. Windows color (decimal): -5887016 or 14166950. OLE color: 14166950.

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

Color convert

RGB 166 43 216 -
CMYK 0.23 0.80 0 0.15
HSL 282.66º 0.69% 0.51% -
HSV(B) 282.66º 0.8% 0.85% -
XYZ 28.98 14.79 66.29 -
YUV 99.5 193.75 175.43 -
System Red Green Blue C M Y K H S L
Decimal 166 43 216 0.23 0.80 0 0.15 282.66 0.69 0.51
Hex A6 2B D8 17 50 0 F 11B 45 33
Octal 246 53 330 27 120 0 17 433 105 63
Binary 10100110 101011 11011000 10111 1010000 0 1111 100011011 1000101 110011

Color Harmonies of #A62BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BD8

Black with #A62BD8

Text Example


Text Example

White with #A62BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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