Html Css Color HEX #A029CA Dark Orchid

📋 copy color: '#A029CA'

red 160 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #A029CA

Tints of Dark Orchid #A029CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.17%

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 39.7%
G = 10.17%
B = 50.12%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A029CA (or 0xA029CA) is known color: Dark Orchid. HEX triplet: A0, 29 and CA. RGB value is (160,41,202). Sum of RGB (Red+Green+Blue) = 160+41+202=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #A029CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029CA is #5FD635. Grayscale: #5E5E5E. Windows color (decimal): -6280758 or 13248928. OLE color: 13248928.

HSL color Cylindrical-coordinate representation of color #A029CA: hue angle of 284.35º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A029CA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 41 202 -
CMYK 0.21 0.80 0 0.21
HSL 284.35º 0.66% 0.48% -
HSV(B) 284.35º 0.8% 0.79% -
XYZ 25.95 13.32 57.08 -
YUV 94.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 160 41 202 0.21 0.80 0 0.21 284.35 0.66 0.48
Hex A0 29 CA 15 50 0 15 11C 42 30
Octal 240 51 312 25 120 0 25 434 102 60
Binary 10100000 101001 11001010 10101 1010000 0 10101 100011100 1000010 110000

Color Harmonies of #A029CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029CA

Black with #A029CA

Text Example


Text Example

White with #A029CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029CA; }

 p { color: rgb(160,41,202); }

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

background-color css

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

 a { background-color: rgb(160,41,202); }

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

border-color css

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

 span { border-color: rgb(160,41,202); }

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