Html Css Color HEX #A02DD5 Dark Orchid

📋 copy color: '#A02DD5'

red 160 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #A02DD5

Tints of Dark Orchid #A02DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 38.28%
G = 10.77%
B = 50.96%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A02DD5 (or 0xA02DD5) is known color: Dark Orchid. HEX triplet: A0, 2D and D5. RGB value is (160,45,213). Sum of RGB (Red+Green+Blue) = 160+45+213=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #A02DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DD5 is #5FD22A. Grayscale: #616161. Windows color (decimal): -6279723 or 13970848. OLE color: 13970848.

HSL color Cylindrical-coordinate representation of color #A02DD5: hue angle of 281.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02DD5 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 45 213 -
CMYK 0.25 0.79 0 0.16
HSL 281.07º 0.67% 0.51% -
HSV(B) 281.07º 0.79% 0.84% -
XYZ 27.45 14.15 64.24 -
YUV 98.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 160 45 213 0.25 0.79 0 0.16 281.07 0.67 0.51
Hex A0 2D D5 19 4F 0 10 119 43 33
Octal 240 55 325 31 117 0 20 431 103 63
Binary 10100000 101101 11010101 11001 1001111 0 10000 100011001 1000011 110011

Color Harmonies of #A02DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DD5

Black with #A02DD5

Text Example


Text Example

White with #A02DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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