Html Css Color HEX #A435DB Dark Orchid

📋 copy color: '#A435DB'

red 164 ◦ green 53 ◦ blue 219

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

Shades of Dark Orchid #A435DB

Tints of Dark Orchid #A435DB

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

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

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

R = 37.61%
G = 12.16%
B = 50.23%

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

#A435DB (or 0xA435DB) is known color: Dark Orchid. HEX triplet: A4, 35 and DB. RGB value is (164,53,219). Sum of RGB (Red+Green+Blue) = 164+53+219=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A435DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435DB is #5BCA24. Grayscale: #686868. Windows color (decimal): -6015525 or 14366116. OLE color: 14366116.

HSL color Cylindrical-coordinate representation of color #A435DB: hue angle of 280.12º 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 #A435DB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 53 219 -
CMYK 0.25 0.76 0 0.14
HSL 280.12º 0.7% 0.53% -
HSV(B) 280.12º 0.76% 0.86% -
XYZ 29.37 15.55 68.47 -
YUV 105.11 192.27 170 -
System Red Green Blue C M Y K H S L
Decimal 164 53 219 0.25 0.76 0 0.14 280.12 0.7 0.53
Hex A4 35 DB 19 4C 0 E 118 46 35
Octal 244 65 333 31 114 0 16 430 106 65
Binary 10100100 110101 11011011 11001 1001100 0 1110 100011000 1000110 110101

Color Harmonies of #A435DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A435DB

Black with #A435DB

Text Example


Text Example

White with #A435DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A435DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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