Html Css Color HEX #A824AB Dark Orchid

📋 copy color: '#A824AB'

red 168 ◦ green 36 ◦ blue 171

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

Shades of Dark Orchid #A824AB

Tints of Dark Orchid #A824AB

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

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

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

R = 44.8%
G = 9.6%
B = 45.6%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A824AB (or 0xA824AB) is known color: Dark Orchid. HEX triplet: A8, 24 and AB. RGB value is (168,36,171). Sum of RGB (Red+Green+Blue) = 168+36+171=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A824AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824AB is #57DB54. Grayscale: #5A5A5A. Windows color (decimal): -5757781 or 11216040. OLE color: 11216040.

HSL color Cylindrical-coordinate representation of color #A824AB: hue angle of 298.67º 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 #A824AB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 36 171 -
CMYK 0.02 0.79 0 0.33
HSL 298.67º 0.65% 0.41% -
HSV(B) 298.67º 0.79% 0.67% -
XYZ 24.13 12.53 39.67 -
YUV 90.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 168 36 171 0.02 0.79 0 0.33 298.67 0.65 0.41
Hex A8 24 AB 2 4F 0 21 12B 41 29
Octal 250 44 253 2 117 0 41 453 101 51
Binary 10101000 100100 10101011 10 1001111 0 100001 100101011 1000001 101001

Color Harmonies of #A824AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824AB

Black with #A824AB

Text Example


Text Example

White with #A824AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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