Html Css Color HEX #A624AB Dark Orchid

📋 copy color: '#A624AB'

red 166 ◦ green 36 ◦ blue 171

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

Shades of Dark Orchid #A624AB

Tints of Dark Orchid #A624AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 44.5%
G = 9.65%
B = 45.84%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A624AB (or 0xA624AB) is known color: Dark Orchid. HEX triplet: A6, 24 and AB. RGB value is (166,36,171). Sum of RGB (Red+Green+Blue) = 166+36+171=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #A624AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624AB is #59DB54. Grayscale: #595959. Windows color (decimal): -5888853 or 11216038. OLE color: 11216038.

HSL color Cylindrical-coordinate representation of color #A624AB: hue angle of 297.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A624AB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 36 171 -
CMYK 0.03 0.79 0 0.33
HSL 297.78º 0.65% 0.41% -
HSV(B) 297.78º 0.79% 0.67% -
XYZ 23.71 12.31 39.65 -
YUV 90.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 166 36 171 0.03 0.79 0 0.33 297.78 0.65 0.41
Hex A6 24 AB 3 4F 0 21 12A 41 29
Octal 246 44 253 3 117 0 41 452 101 51
Binary 10100110 100100 10101011 11 1001111 0 100001 100101010 1000001 101001

Color Harmonies of #A624AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624AB

Black with #A624AB

Text Example


Text Example

White with #A624AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624AB; }

 p { color: rgb(166,36,171); }

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

background-color css

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

 a { background-color: rgb(166,36,171); }

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

border-color css

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

 span { border-color: rgb(166,36,171); }

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