Html Css Color HEX #A430BD Dark Orchid

📋 copy color: '#A430BD'

red 164 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A430BD

Tints of Dark Orchid #A430BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 40.9%
G = 11.97%
B = 47.13%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A430BD (or 0xA430BD) is known color: Dark Orchid. HEX triplet: A4, 30 and BD. RGB value is (164,48,189). Sum of RGB (Red+Green+Blue) = 164+48+189=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A430BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430BD is #5BCF42. Grayscale: #626262. Windows color (decimal): -6016835 or 12398756. OLE color: 12398756.

HSL color Cylindrical-coordinate representation of color #A430BD: hue angle of 289.36º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A430BD is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 48 189 -
CMYK 0.13 0.75 0 0.26
HSL 289.36º 0.59% 0.46% -
HSV(B) 289.36º 0.75% 0.74% -
XYZ 25.55 13.68 49.44 -
YUV 98.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 164 48 189 0.13 0.75 0 0.26 289.36 0.59 0.46
Hex A4 30 BD D 4B 0 1A 121 3B 2E
Octal 244 60 275 15 113 0 32 441 73 56
Binary 10100100 110000 10111101 1101 1001011 0 11010 100100001 111011 101110

Color Harmonies of #A430BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430BD

Black with #A430BD

Text Example


Text Example

White with #A430BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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