Html Css Color HEX #A04BDA Dark Orchid

📋 copy color: '#A04BDA'

red 160 ◦ green 75 ◦ blue 218

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

Shades of Dark Orchid #A04BDA

Tints of Dark Orchid #A04BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

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

R = 35.32%
G = 16.56%
B = 48.12%

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

#A04BDA (or 0xA04BDA) is known color: Dark Orchid. HEX triplet: A0, 4B and DA. RGB value is (160,75,218). Sum of RGB (Red+Green+Blue) = 160+75+218=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #A04BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BDA is #5FB425. Grayscale: #747474. Windows color (decimal): -6272038 or 14306208. OLE color: 14306208.

HSL color Cylindrical-coordinate representation of color #A04BDA: hue angle of 275.66º 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 #A04BDA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 75 218 -
CMYK 0.27 0.66 0 0.15
HSL 275.66º 0.66% 0.57% -
HSV(B) 275.66º 0.66% 0.85% -
XYZ 29.67 17.57 68.16 -
YUV 116.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 160 75 218 0.27 0.66 0 0.15 275.66 0.66 0.57
Hex A0 4B DA 1B 42 0 F 114 42 39
Octal 240 113 332 33 102 0 17 424 102 71
Binary 10100000 1001011 11011010 11011 1000010 0 1111 100010100 1000010 111001

Color Harmonies of #A04BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BDA

Black with #A04BDA

Text Example


Text Example

White with #A04BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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