Html Css Color HEX #A430AB Dark Orchid

📋 copy color: '#A430AB'

red 164 ◦ green 48 ◦ blue 171

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

Shades of Dark Orchid #A430AB

Tints of Dark Orchid #A430AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 42.82%
G = 12.53%
B = 44.65%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A430AB (or 0xA430AB) is known color: Dark Orchid. HEX triplet: A4, 30 and AB. RGB value is (164,48,171). Sum of RGB (Red+Green+Blue) = 164+48+171=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A430AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430AB is #5BCF54. Grayscale: #606060. Windows color (decimal): -6016853 or 11219108. OLE color: 11219108.

HSL color Cylindrical-coordinate representation of color #A430AB: hue angle of 296.59º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A430AB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 48 171 -
CMYK 0.04 0.72 0 0.33
HSL 296.59º 0.56% 0.43% -
HSV(B) 296.59º 0.72% 0.67% -
XYZ 23.72 12.95 39.78 -
YUV 96.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 164 48 171 0.04 0.72 0 0.33 296.59 0.56 0.43
Hex A4 30 AB 4 48 0 21 129 38 2B
Octal 244 60 253 4 110 0 41 451 70 53
Binary 10100100 110000 10101011 100 1001000 0 100001 100101001 111000 101011

Color Harmonies of #A430AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430AB

Black with #A430AB

Text Example


Text Example

White with #A430AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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