Html Css Color HEX #A02DDA Dark Orchid

📋 copy color: '#A02DDA'

red 160 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #A02DDA

Tints of Dark Orchid #A02DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

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

R = 37.83%
G = 10.64%
B = 51.54%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A02DDA (or 0xA02DDA) is known color: Dark Orchid. HEX triplet: A0, 2D and DA. RGB value is (160,45,218). Sum of RGB (Red+Green+Blue) = 160+45+218=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #A02DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DDA is #5FD225. Grayscale: #626262. Windows color (decimal): -6279718 or 14298528. OLE color: 14298528.

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

Color convert

RGB 160 45 218 -
CMYK 0.27 0.79 0 0.15
HSL 279.88º 0.7% 0.52% -
HSV(B) 279.88º 0.79% 0.85% -
XYZ 28.09 14.41 67.63 -
YUV 99.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 160 45 218 0.27 0.79 0 0.15 279.88 0.7 0.52
Hex A0 2D DA 1B 4F 0 F 118 46 34
Octal 240 55 332 33 117 0 17 430 106 64
Binary 10100000 101101 11011010 11011 1001111 0 1111 100011000 1000110 110100

Color Harmonies of #A02DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DDA

Black with #A02DDA

Text Example


Text Example

White with #A02DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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