Html Css Color HEX #A824BA Dark Orchid

📋 copy color: '#A824BA'

red 168 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #A824BA

Tints of Dark Orchid #A824BA

RGB

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

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

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

R = 43.08%
G = 9.23%
B = 47.69%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A824BA (or 0xA824BA) is known color: Dark Orchid. HEX triplet: A8, 24 and BA. RGB value is (168,36,186). Sum of RGB (Red+Green+Blue) = 168+36+186=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A824BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824BA is #57DB45. Grayscale: #5C5C5C. Windows color (decimal): -5757766 or 12199080. OLE color: 12199080.

HSL color Cylindrical-coordinate representation of color #A824BA: hue angle of 292.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A824BA is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 36 186 -
CMYK 0.10 0.81 0 0.27
HSL 292.8º 0.68% 0.44% -
HSV(B) 292.8º 0.81% 0.73% -
XYZ 25.64 13.13 47.64 -
YUV 92.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 168 36 186 0.10 0.81 0 0.27 292.8 0.68 0.44
Hex A8 24 BA A 51 0 1B 125 44 2C
Octal 250 44 272 12 121 0 33 445 104 54
Binary 10101000 100100 10111010 1010 1010001 0 11011 100100101 1000100 101100

Color Harmonies of #A824BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824BA

Black with #A824BA

Text Example


Text Example

White with #A824BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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