Html Css Color HEX #A035CF Dark Orchid

📋 copy color: '#A035CF'

red 160 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #A035CF

Tints of Dark Orchid #A035CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 38.1%
G = 12.62%
B = 49.29%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A035CF (or 0xA035CF) is known color: Dark Orchid. HEX triplet: A0, 35 and CF. RGB value is (160,53,207). Sum of RGB (Red+Green+Blue) = 160+53+207=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A035CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035CF is #5FCA30. Grayscale: #666666. Windows color (decimal): -6277681 or 13579680. OLE color: 13579680.

HSL color Cylindrical-coordinate representation of color #A035CF: hue angle of 281.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A035CF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 53 207 -
CMYK 0.23 0.74 0 0.19
HSL 281.69º 0.62% 0.51% -
HSV(B) 281.69º 0.74% 0.81% -
XYZ 27.03 14.52 60.41 -
YUV 102.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 160 53 207 0.23 0.74 0 0.19 281.69 0.62 0.51
Hex A0 35 CF 17 4A 0 13 11A 3E 33
Octal 240 65 317 27 112 0 23 432 76 63
Binary 10100000 110101 11001111 10111 1001010 0 10011 100011010 111110 110011

Color Harmonies of #A035CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035CF

Black with #A035CF

Text Example


Text Example

White with #A035CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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