Html Css Color HEX #A62BAE Dark Orchid

📋 copy color: '#A62BAE'

red 166 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A62BAE

Tints of Dark Orchid #A62BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 43.34%
G = 11.23%
B = 45.43%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A62BAE (or 0xA62BAE) is known color: Dark Orchid. HEX triplet: A6, 2B and AE. RGB value is (166,43,174). Sum of RGB (Red+Green+Blue) = 166+43+174=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #A62BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62BAE is #59D451. Grayscale: #5E5E5E. Windows color (decimal): -5887058 or 11414438. OLE color: 11414438.

HSL color Cylindrical-coordinate representation of color #A62BAE: hue angle of 296.34º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62BAE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 43 174 -
CMYK 0.05 0.75 0 0.32
HSL 296.34º 0.6% 0.43% -
HSV(B) 296.34º 0.75% 0.68% -
XYZ 24.23 12.89 41.26 -
YUV 94.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 166 43 174 0.05 0.75 0 0.32 296.34 0.6 0.43
Hex A6 2B AE 5 4B 0 20 128 3C 2B
Octal 246 53 256 5 113 0 40 450 74 53
Binary 10100110 101011 10101110 101 1001011 0 100000 100101000 111100 101011

Color Harmonies of #A62BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BAE

Black with #A62BAE

Text Example


Text Example

White with #A62BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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