Html Css Color HEX #A04CDA Dark Orchid

📋 copy color: '#A04CDA'

red 160 ◦ green 76 ◦ blue 218

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

Shades of Dark Orchid #A04CDA

Tints of Dark Orchid #A04CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.74%

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

R = 35.24%
G = 16.74%
B = 48.02%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A04CDA (or 0xA04CDA) is known color: Dark Orchid. HEX triplet: A0, 4C and DA. RGB value is (160,76,218). Sum of RGB (Red+Green+Blue) = 160+76+218=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A04CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDA is #5FB325. Grayscale: #747474. Windows color (decimal): -6271782 or 14306464. OLE color: 14306464.

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

Color convert

RGB 160 76 218 -
CMYK 0.27 0.65 0 0.15
HSL 275.49º 0.66% 0.58% -
HSV(B) 275.49º 0.65% 0.85% -
XYZ 29.74 17.7 68.18 -
YUV 117.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 160 76 218 0.27 0.65 0 0.15 275.49 0.66 0.58
Hex A0 4C DA 1B 41 0 F 113 42 3A
Octal 240 114 332 33 101 0 17 423 102 72
Binary 10100000 1001100 11011010 11011 1000001 0 1111 100010011 1000010 111010

Color Harmonies of #A04CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CDA

Black with #A04CDA

Text Example


Text Example

White with #A04CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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