Html Css Color HEX #A835AB Violet Blue

📋 copy color: '#A835AB'

red 168 ◦ green 53 ◦ blue 171

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

Shades of Violet Blue #A835AB

Tints of Violet Blue #A835AB

RGB

 RED value IS 168 (66.02% from 255) = 42.86%

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 42.86%
G = 13.52%
B = 43.62%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A835AB (or 0xA835AB) is known color: Violet Blue. HEX triplet: A8, 35 and AB. RGB value is (168,53,171). Sum of RGB (Red+Green+Blue) = 168+53+171=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A835AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AB is #57CA54. Grayscale: #646464. Windows color (decimal): -5753429 or 11220392. OLE color: 11220392.

HSL color Cylindrical-coordinate representation of color #A835AB: hue angle of 298.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A835AB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 53 171 -
CMYK 0.02 0.69 0 0.33
HSL 298.47º 0.53% 0.44% -
HSV(B) 298.47º 0.69% 0.67% -
XYZ 24.77 13.81 39.89 -
YUV 100.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 168 53 171 0.02 0.69 0 0.33 298.47 0.53 0.44
Hex A8 35 AB 2 45 0 21 12A 35 2C
Octal 250 65 253 2 105 0 41 452 65 54
Binary 10101000 110101 10101011 10 1000101 0 100001 100101010 110101 101100

Color Harmonies of #A835AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835AB

Black with #A835AB

Text Example


Text Example

White with #A835AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835AB; }

 p { color: rgb(168,53,171); }

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

background-color css

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

 a { background-color: rgb(168,53,171); }

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

border-color css

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

 span { border-color: rgb(168,53,171); }

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