Html Css Color HEX #A04ADA Dark Orchid

📋 copy color: '#A04ADA'

red 160 ◦ green 74 ◦ blue 218

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

Shades of Dark Orchid #A04ADA

Tints of Dark Orchid #A04ADA

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

 GREEN value IS 74 (29.3% from 255) = 16.37%

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 35.4%
G = 16.37%
B = 48.23%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A04ADA (or 0xA04ADA) is known color: Dark Orchid. HEX triplet: A0, 4A and DA. RGB value is (160,74,218). Sum of RGB (Red+Green+Blue) = 160+74+218=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #A04ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ADA is #5FB525. Grayscale: #737373. Windows color (decimal): -6272294 or 14305952. OLE color: 14305952.

HSL color Cylindrical-coordinate representation of color #A04ADA: hue angle of 275.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04ADA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 74 218 -
CMYK 0.27 0.66 0 0.15
HSL 275.83º 0.66% 0.57% -
HSV(B) 275.83º 0.66% 0.85% -
XYZ 29.6 17.43 68.13 -
YUV 116.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 160 74 218 0.27 0.66 0 0.15 275.83 0.66 0.57
Hex A0 4A DA 1B 42 0 F 114 42 39
Octal 240 112 332 33 102 0 17 424 102 71
Binary 10100000 1001010 11011010 11011 1000010 0 1111 100010100 1000010 111001

Color Harmonies of #A04ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ADA

Black with #A04ADA

Text Example


Text Example

White with #A04ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ADA; }

 p { color: rgb(160,74,218); }

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

background-color css

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

 a { background-color: rgb(160,74,218); }

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

border-color css

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

 span { border-color: rgb(160,74,218); }

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