Html Css Color HEX #A02FDA Dark Orchid

📋 copy color: '#A02FDA'

red 160 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #A02FDA

Tints of Dark Orchid #A02FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

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

R = 37.65%
G = 11.06%
B = 51.29%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A02FDA (or 0xA02FDA) is known color: Dark Orchid. HEX triplet: A0, 2F and DA. RGB value is (160,47,218). Sum of RGB (Red+Green+Blue) = 160+47+218=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #A02FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FDA is #5FD025. Grayscale: #636363. Windows color (decimal): -6279206 or 14299040. OLE color: 14299040.

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

Color convert

RGB 160 47 218 -
CMYK 0.27 0.78 0 0.15
HSL 279.65º 0.7% 0.52% -
HSV(B) 279.65º 0.78% 0.85% -
XYZ 28.17 14.57 67.66 -
YUV 100.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 160 47 218 0.27 0.78 0 0.15 279.65 0.7 0.52
Hex A0 2F DA 1B 4E 0 F 118 46 34
Octal 240 57 332 33 116 0 17 430 106 64
Binary 10100000 101111 11011010 11011 1001110 0 1111 100011000 1000110 110100

Color Harmonies of #A02FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FDA

Black with #A02FDA

Text Example


Text Example

White with #A02FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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