Html Css Color HEX #A535DB Dark Orchid

📋 copy color: '#A535DB'

red 165 ◦ green 53 ◦ blue 219

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

Shades of Dark Orchid #A535DB

Tints of Dark Orchid #A535DB

RGB

 RED value IS 165 (64.84% from 255) = 37.76%

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 37.76%
G = 12.13%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A535DB (or 0xA535DB) is known color: Dark Orchid. HEX triplet: A5, 35 and DB. RGB value is (165,53,219). Sum of RGB (Red+Green+Blue) = 165+53+219=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A535DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535DB is #5ACA24. Grayscale: #686868. Windows color (decimal): -5949989 or 14366117. OLE color: 14366117.

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

Color convert

RGB 165 53 219 -
CMYK 0.25 0.76 0 0.14
HSL 280.48º 0.7% 0.53% -
HSV(B) 280.48º 0.76% 0.86% -
XYZ 29.58 15.66 68.48 -
YUV 105.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 165 53 219 0.25 0.76 0 0.14 280.48 0.7 0.53
Hex A5 35 DB 19 4C 0 E 118 46 35
Octal 245 65 333 31 114 0 16 430 106 65
Binary 10100101 110101 11011011 11001 1001100 0 1110 100011000 1000110 110101

Color Harmonies of #A535DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535DB

Black with #A535DB

Text Example


Text Example

White with #A535DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535DB; }

 p { color: rgb(165,53,219); }

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

background-color css

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

 a { background-color: rgb(165,53,219); }

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

border-color css

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

 span { border-color: rgb(165,53,219); }

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