Html Css Color HEX #A035AB Dark Orchid

📋 copy color: '#A035AB'

red 160 ◦ green 53 ◦ blue 171

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

Shades of Dark Orchid #A035AB

Tints of Dark Orchid #A035AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 41.67%
G = 13.8%
B = 44.53%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A035AB (or 0xA035AB) is known color: Dark Orchid. HEX triplet: A0, 35 and AB. RGB value is (160,53,171). Sum of RGB (Red+Green+Blue) = 160+53+171=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #A035AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A035AB is #5FCA54. Grayscale: #626262. Windows color (decimal): -6277717 or 11220384. OLE color: 11220384.

HSL color Cylindrical-coordinate representation of color #A035AB: hue angle of 294.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A035AB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 53 171 -
CMYK 0.06 0.69 0 0.33
HSL 294.41º 0.53% 0.44% -
HSV(B) 294.41º 0.69% 0.67% -
XYZ 23.12 12.96 39.81 -
YUV 98.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 160 53 171 0.06 0.69 0 0.33 294.41 0.53 0.44
Hex A0 35 AB 6 45 0 21 126 35 2C
Octal 240 65 253 6 105 0 41 446 65 54
Binary 10100000 110101 10101011 110 1000101 0 100001 100100110 110101 101100

Color Harmonies of #A035AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035AB

Black with #A035AB

Text Example


Text Example

White with #A035AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035AB; }

 p { color: rgb(160,53,171); }

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

background-color css

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

 a { background-color: rgb(160,53,171); }

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

border-color css

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

 span { border-color: rgb(160,53,171); }

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