Html Css Color HEX #A434DB Dark Orchid

📋 copy color: '#A434DB'

red 164 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #A434DB

Tints of Dark Orchid #A434DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.95%

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

R = 37.7%
G = 11.95%
B = 50.34%

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

#A434DB (or 0xA434DB) is known color: Dark Orchid. HEX triplet: A4, 34 and DB. RGB value is (164,52,219). Sum of RGB (Red+Green+Blue) = 164+52+219=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A434DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434DB is #5BCB24. Grayscale: #676767. Windows color (decimal): -6015781 or 14365860. OLE color: 14365860.

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

Color convert

RGB 164 52 219 -
CMYK 0.25 0.76 0 0.14
HSL 280.24º 0.7% 0.53% -
HSV(B) 280.24º 0.76% 0.86% -
XYZ 29.32 15.46 68.46 -
YUV 104.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 164 52 219 0.25 0.76 0 0.14 280.24 0.7 0.53
Hex A4 34 DB 19 4C 0 E 118 46 35
Octal 244 64 333 31 114 0 16 430 106 65
Binary 10100100 110100 11011011 11001 1001100 0 1110 100011000 1000110 110101

Color Harmonies of #A434DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434DB

Black with #A434DB

Text Example


Text Example

White with #A434DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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