Html Css Color HEX #A030DA Dark Orchid

📋 copy color: '#A030DA'

red 160 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #A030DA

Tints of Dark Orchid #A030DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

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

R = 37.56%
G = 11.27%
B = 51.17%

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

#A030DA (or 0xA030DA) is known color: Dark Orchid. HEX triplet: A0, 30 and DA. RGB value is (160,48,218). Sum of RGB (Red+Green+Blue) = 160+48+218=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A030DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030DA is #5FCF25. Grayscale: #646464. Windows color (decimal): -6278950 or 14299296. OLE color: 14299296.

HSL color Cylindrical-coordinate representation of color #A030DA: hue angle of 279.53º 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 #A030DA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 48 218 -
CMYK 0.27 0.78 0 0.15
HSL 279.53º 0.7% 0.52% -
HSV(B) 279.53º 0.78% 0.85% -
XYZ 28.21 14.65 67.67 -
YUV 100.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 160 48 218 0.27 0.78 0 0.15 279.53 0.7 0.52
Hex A0 30 DA 1B 4E 0 F 118 46 34
Octal 240 60 332 33 116 0 17 430 106 64
Binary 10100000 110000 11011010 11011 1001110 0 1111 100011000 1000110 110100

Color Harmonies of #A030DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030DA

Black with #A030DA

Text Example


Text Example

White with #A030DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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