Html Css Color HEX #A33DAB Violet Blue

📋 copy color: '#A33DAB'

red 163 ◦ green 61 ◦ blue 171

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

Shades of Violet Blue #A33DAB

Tints of Violet Blue #A33DAB

RGB

 RED value IS 163 (64.06% from 255) = 41.27%

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

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

R = 41.27%
G = 15.44%
B = 43.29%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A33DAB (or 0xA33DAB) is known color: Violet Blue. HEX triplet: A3, 3D and AB. RGB value is (163,61,171). Sum of RGB (Red+Green+Blue) = 163+61+171=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A33DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DAB is #5CC254. Grayscale: #676767. Windows color (decimal): -6079061 or 11222435. OLE color: 11222435.

HSL color Cylindrical-coordinate representation of color #A33DAB: hue angle of 295.64º 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 #A33DAB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 61 171 -
CMYK 0.05 0.64 0 0.33
HSL 295.64º 0.47% 0.45% -
HSV(B) 295.64º 0.64% 0.67% -
XYZ 24.12 14.06 39.97 -
YUV 104.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 163 61 171 0.05 0.64 0 0.33 295.64 0.47 0.45
Hex A3 3D AB 5 40 0 21 128 2F 2D
Octal 243 75 253 5 100 0 41 450 57 55
Binary 10100011 111101 10101011 101 1000000 0 100001 100101000 101111 101101

Color Harmonies of #A33DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DAB

Black with #A33DAB

Text Example


Text Example

White with #A33DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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