Html Css Color HEX #A02EDF Dark Orchid

📋 copy color: '#A02EDF'

red 160 ◦ green 46 ◦ blue 223

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

Shades of Dark Orchid #A02EDF

Tints of Dark Orchid #A02EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 37.3%
G = 10.72%
B = 51.98%

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

#A02EDF (or 0xA02EDF) is known color: Dark Orchid. HEX triplet: A0, 2E and DF. RGB value is (160,46,223). Sum of RGB (Red+Green+Blue) = 160+46+223=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EDF is #5FD120. Grayscale: #636363. Windows color (decimal): -6279457 or 14626464. OLE color: 14626464.

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

Color convert

RGB 160 46 223 -
CMYK 0.28 0.79 0 0.13
HSL 278.64º 0.73% 0.53% -
HSV(B) 278.64º 0.79% 0.87% -
XYZ 28.79 14.76 71.14 -
YUV 100.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 160 46 223 0.28 0.79 0 0.13 278.64 0.73 0.53
Hex A0 2E DF 1C 4F 0 D 117 49 35
Octal 240 56 337 34 117 0 15 427 111 65
Binary 10100000 101110 11011111 11100 1001111 0 1101 100010111 1001001 110101

Color Harmonies of #A02EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02EDF

Black with #A02EDF

Text Example


Text Example

White with #A02EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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