Html Css Color HEX #A62BDA Dark Orchid

📋 copy color: '#A62BDA'

red 166 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #A62BDA

Tints of Dark Orchid #A62BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 38.88%
G = 10.07%
B = 51.05%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A62BDA (or 0xA62BDA) is known color: Dark Orchid. HEX triplet: A6, 2B and DA. RGB value is (166,43,218). Sum of RGB (Red+Green+Blue) = 166+43+218=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #A62BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BDA is #59D425. Grayscale: #636363. Windows color (decimal): -5887014 or 14298022. OLE color: 14298022.

HSL color Cylindrical-coordinate representation of color #A62BDA: hue angle of 282.17º degrees, saturation: 0.7, 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 #A62BDA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 43 218 -
CMYK 0.24 0.80 0 0.15
HSL 282.17º 0.7% 0.51% -
HSV(B) 282.17º 0.8% 0.85% -
XYZ 29.24 14.9 67.66 -
YUV 99.73 194.75 175.27 -
System Red Green Blue C M Y K H S L
Decimal 166 43 218 0.24 0.80 0 0.15 282.17 0.7 0.51
Hex A6 2B DA 18 50 0 F 11A 46 33
Octal 246 53 332 30 120 0 17 432 106 63
Binary 10100110 101011 11011010 11000 1010000 0 1111 100011010 1000110 110011

Color Harmonies of #A62BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BDA

Black with #A62BDA

Text Example


Text Example

White with #A62BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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