Html Css Color HEX #A62BBA Dark Orchid

📋 copy color: '#A62BBA'

red 166 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #A62BBA

Tints of Dark Orchid #A62BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 42.03%
G = 10.89%
B = 47.09%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A62BBA (or 0xA62BBA) is known color: Dark Orchid. HEX triplet: A6, 2B and BA. RGB value is (166,43,186). Sum of RGB (Red+Green+Blue) = 166+43+186=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A62BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BBA is #59D445. Grayscale: #5F5F5F. Windows color (decimal): -5887046 or 12200870. OLE color: 12200870.

HSL color Cylindrical-coordinate representation of color #A62BBA: hue angle of 291.61º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62BBA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 43 186 -
CMYK 0.11 0.77 0 0.27
HSL 291.61º 0.62% 0.45% -
HSV(B) 291.61º 0.77% 0.73% -
XYZ 25.45 13.38 47.7 -
YUV 96.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 166 43 186 0.11 0.77 0 0.27 291.61 0.62 0.45
Hex A6 2B BA B 4D 0 1B 124 3E 2D
Octal 246 53 272 13 115 0 33 444 76 55
Binary 10100110 101011 10111010 1011 1001101 0 11011 100100100 111110 101101

Color Harmonies of #A62BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BBA

Black with #A62BBA

Text Example


Text Example

White with #A62BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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