Html Css Color HEX #A835DE Dark Orchid

📋 copy color: '#A835DE'

red 168 ◦ green 53 ◦ blue 222

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

Shades of Dark Orchid #A835DE

Tints of Dark Orchid #A835DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 37.92%
G = 11.96%
B = 50.11%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A835DE (or 0xA835DE) is known color: Dark Orchid. HEX triplet: A8, 35 and DE. RGB value is (168,53,222). Sum of RGB (Red+Green+Blue) = 168+53+222=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #A835DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835DE is #57CA21. Grayscale: #6A6A6A. Windows color (decimal): -5753378 or 14562728. OLE color: 14562728.

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

Color convert

RGB 168 53 222 -
CMYK 0.24 0.76 0 0.13
HSL 280.83º 0.72% 0.54% -
HSV(B) 280.83º 0.76% 0.87% -
XYZ 30.61 16.14 70.61 -
YUV 106.65 193.1 171.76 -
System Red Green Blue C M Y K H S L
Decimal 168 53 222 0.24 0.76 0 0.13 280.83 0.72 0.54
Hex A8 35 DE 18 4C 0 D 119 48 36
Octal 250 65 336 30 114 0 15 431 110 66
Binary 10101000 110101 11011110 11000 1001100 0 1101 100011001 1001000 110110

Color Harmonies of #A835DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835DE

Black with #A835DE

Text Example


Text Example

White with #A835DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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