Html Css Color HEX #A035CB Dark Orchid

📋 copy color: '#A035CB'

red 160 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #A035CB

Tints of Dark Orchid #A035CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 38.46%
G = 12.74%
B = 48.8%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A035CB (or 0xA035CB) is known color: Dark Orchid. HEX triplet: A0, 35 and CB. RGB value is (160,53,203). Sum of RGB (Red+Green+Blue) = 160+53+203=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #A035CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035CB is #5FCA34. Grayscale: #656565. Windows color (decimal): -6277685 or 13317536. OLE color: 13317536.

HSL color Cylindrical-coordinate representation of color #A035CB: hue angle of 282.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A035CB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 53 203 -
CMYK 0.21 0.74 0 0.20
HSL 282.8º 0.59% 0.5% -
HSV(B) 282.8º 0.74% 0.8% -
XYZ 26.55 14.33 57.87 -
YUV 102.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 160 53 203 0.21 0.74 0 0.20 282.8 0.59 0.5
Hex A0 35 CB 15 4A 0 14 11B 3B 32
Octal 240 65 313 25 112 0 24 433 73 62
Binary 10100000 110101 11001011 10101 1001010 0 10100 100011011 111011 110010

Color Harmonies of #A035CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035CB

Black with #A035CB

Text Example


Text Example

White with #A035CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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