Html Css Color HEX #A824B8 Dark Orchid

📋 copy color: '#A824B8'

red 168 ◦ green 36 ◦ blue 184

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

Shades of Dark Orchid #A824B8

Tints of Dark Orchid #A824B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.42%

R = 43.3%
G = 9.28%
B = 47.42%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A824B8 (or 0xA824B8) is known color: Dark Orchid. HEX triplet: A8, 24 and B8. RGB value is (168,36,184). Sum of RGB (Red+Green+Blue) = 168+36+184=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #A824B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824B8 is #57DB47. Grayscale: #5B5B5B. Windows color (decimal): -5757768 or 12068008. OLE color: 12068008.

HSL color Cylindrical-coordinate representation of color #A824B8: hue angle of 293.51º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A824B8 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 36 184 -
CMYK 0.09 0.80 0 0.28
HSL 293.51º 0.67% 0.43% -
HSV(B) 293.51º 0.8% 0.72% -
XYZ 25.43 13.05 46.53 -
YUV 92.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 168 36 184 0.09 0.80 0 0.28 293.51 0.67 0.43
Hex A8 24 B8 9 50 0 1C 126 43 2B
Octal 250 44 270 11 120 0 34 446 103 53
Binary 10101000 100100 10111000 1001 1010000 0 11100 100100110 1000011 101011

Color Harmonies of #A824B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824B8

Black with #A824B8

Text Example


Text Example

White with #A824B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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