Html Css Color HEX #A035AF Dark Orchid

📋 copy color: '#A035AF'

red 160 ◦ green 53 ◦ blue 175

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

Shades of Dark Orchid #A035AF

Tints of Dark Orchid #A035AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 41.24%
G = 13.66%
B = 45.1%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A035AF (or 0xA035AF) is known color: Dark Orchid. HEX triplet: A0, 35 and AF. RGB value is (160,53,175). Sum of RGB (Red+Green+Blue) = 160+53+175=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #A035AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A035AF is #5FCA50. Grayscale: #626262. Windows color (decimal): -6277713 or 11482528. OLE color: 11482528.

HSL color Cylindrical-coordinate representation of color #A035AF: hue angle of 292.62º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A035AF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 53 175 -
CMYK 0.09 0.70 0 0.31
HSL 292.62º 0.54% 0.45% -
HSV(B) 292.62º 0.7% 0.69% -
XYZ 23.51 13.11 41.85 -
YUV 98.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 160 53 175 0.09 0.70 0 0.31 292.62 0.54 0.45
Hex A0 35 AF 9 46 0 1F 125 36 2D
Octal 240 65 257 11 106 0 37 445 66 55
Binary 10100000 110101 10101111 1001 1000110 0 11111 100100101 110110 101101

Color Harmonies of #A035AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035AF

Black with #A035AF

Text Example


Text Example

White with #A035AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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