Html Css Color HEX #A835DC Dark Orchid

📋 copy color: '#A835DC'

red 168 ◦ green 53 ◦ blue 220

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

Shades of Dark Orchid #A835DC

Tints of Dark Orchid #A835DC

RGB

 RED value IS 168 (66.02% from 255) = 38.1%

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 38.1%
G = 12.02%
B = 49.89%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A835DC (or 0xA835DC) is known color: Dark Orchid. HEX triplet: A8, 35 and DC. RGB value is (168,53,220). Sum of RGB (Red+Green+Blue) = 168+53+220=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #A835DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835DC is #57CA23. Grayscale: #696969. Windows color (decimal): -5753380 or 14431656. OLE color: 14431656.

HSL color Cylindrical-coordinate representation of color #A835DC: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A835DC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 53 220 -
CMYK 0.24 0.76 0 0.14
HSL 281.32º 0.7% 0.54% -
HSV(B) 281.32º 0.76% 0.86% -
XYZ 30.34 16.04 69.21 -
YUV 106.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 168 53 220 0.24 0.76 0 0.14 281.32 0.7 0.54
Hex A8 35 DC 18 4C 0 E 119 46 36
Octal 250 65 334 30 114 0 16 431 106 66
Binary 10101000 110101 11011100 11000 1001100 0 1110 100011001 1000110 110110

Color Harmonies of #A835DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835DC

Black with #A835DC

Text Example


Text Example

White with #A835DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835DC; }

 p { color: rgb(168,53,220); }

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

background-color css

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

 a { background-color: rgb(168,53,220); }

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

border-color css

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

 span { border-color: rgb(168,53,220); }

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