Html Css Color HEX #A430DB Dark Orchid

📋 copy color: '#A430DB'

red 164 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #A430DB

Tints of Dark Orchid #A430DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.14%

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

R = 38.05%
G = 11.14%
B = 50.81%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A430DB (or 0xA430DB) is known color: Dark Orchid. HEX triplet: A4, 30 and DB. RGB value is (164,48,219). Sum of RGB (Red+Green+Blue) = 164+48+219=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A430DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430DB is #5BCF24. Grayscale: #656565. Windows color (decimal): -6016805 or 14364836. OLE color: 14364836.

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

Color convert

RGB 164 48 219 -
CMYK 0.25 0.78 0 0.14
HSL 280.7º 0.7% 0.52% -
HSV(B) 280.7º 0.78% 0.86% -
XYZ 29.15 15.12 68.4 -
YUV 102.18 193.93 172.1 -
System Red Green Blue C M Y K H S L
Decimal 164 48 219 0.25 0.78 0 0.14 280.7 0.7 0.52
Hex A4 30 DB 19 4E 0 E 119 46 34
Octal 244 60 333 31 116 0 16 431 106 64
Binary 10100100 110000 11011011 11001 1001110 0 1110 100011001 1000110 110100

Color Harmonies of #A430DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430DB

Black with #A430DB

Text Example


Text Example

White with #A430DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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