Html Css Color HEX #A43DAB Violet Blue

📋 copy color: '#A43DAB'

red 164 ◦ green 61 ◦ blue 171

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

Shades of Violet Blue #A43DAB

Tints of Violet Blue #A43DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 41.41%
G = 15.4%
B = 43.18%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A43DAB (or 0xA43DAB) is known color: Violet Blue. HEX triplet: A4, 3D and AB. RGB value is (164,61,171). Sum of RGB (Red+Green+Blue) = 164+61+171=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #A43DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAB is #5BC254. Grayscale: #686868. Windows color (decimal): -6013525 or 11222436. OLE color: 11222436.

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

Color convert

RGB 164 61 171 -
CMYK 0.04 0.64 0 0.33
HSL 296.18º 0.47% 0.45% -
HSV(B) 296.18º 0.64% 0.67% -
XYZ 24.33 14.17 39.98 -
YUV 104.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 164 61 171 0.04 0.64 0 0.33 296.18 0.47 0.45
Hex A4 3D AB 4 40 0 21 128 2F 2D
Octal 244 75 253 4 100 0 41 450 57 55
Binary 10100100 111101 10101011 100 1000000 0 100001 100101000 101111 101101

Color Harmonies of #A43DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DAB

Black with #A43DAB

Text Example


Text Example

White with #A43DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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