Html Css Color HEX #A02EDD Dark Orchid

📋 copy color: '#A02EDD'

red 160 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #A02EDD

Tints of Dark Orchid #A02EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.77%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 37.47%
G = 10.77%
B = 51.76%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A02EDD (or 0xA02EDD) is known color: Dark Orchid. HEX triplet: A0, 2E and DD. RGB value is (160,46,221). Sum of RGB (Red+Green+Blue) = 160+46+221=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #A02EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EDD is #5FD122. Grayscale: #636363. Windows color (decimal): -6279459 or 14495392. OLE color: 14495392.

HSL color Cylindrical-coordinate representation of color #A02EDD: hue angle of 279.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02EDD is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 46 221 -
CMYK 0.28 0.79 0 0.13
HSL 279.09º 0.72% 0.52% -
HSV(B) 279.09º 0.79% 0.87% -
XYZ 28.53 14.65 69.73 -
YUV 100.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 160 46 221 0.28 0.79 0 0.13 279.09 0.72 0.52
Hex A0 2E DD 1C 4F 0 D 117 48 34
Octal 240 56 335 34 117 0 15 427 110 64
Binary 10100000 101110 11011101 11100 1001111 0 1101 100010111 1001000 110100

Color Harmonies of #A02EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02EDD

Black with #A02EDD

Text Example


Text Example

White with #A02EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02EDD; }

 p { color: rgb(160,46,221); }

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

background-color css

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

 a { background-color: rgb(160,46,221); }

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

border-color css

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

 span { border-color: rgb(160,46,221); }

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