Html Css Color HEX #AB69B1 Violet Blue

📋 copy color: '#AB69B1'

red 171 ◦ green 105 ◦ blue 177

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

Shades of Violet Blue #AB69B1

Tints of Violet Blue #AB69B1

RGB

 RED value IS 171 (67.19% from 255) = 37.75%

 GREEN value IS 105 (41.41% from 255) = 23.18%

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 37.75%
G = 23.18%
B = 39.07%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB69B1 (or 0xAB69B1) is known color: Violet Blue. HEX triplet: AB, 69 and B1. RGB value is (171,105,177). Sum of RGB (Red+Green+Blue) = 171+105+177=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB69B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69B1 is #54964E. Grayscale: #848484. Windows color (decimal): -5543503 or 11626923. OLE color: 11626923.

HSL color Cylindrical-coordinate representation of color #AB69B1: hue angle of 295º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB69B1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 105 177 -
CMYK 0.03 0.41 0 0.31
HSL 295º 0.32% 0.55% -
HSV(B) 295º 0.41% 0.69% -
XYZ 29.78 21.94 44.26 -
YUV 132.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 171 105 177 0.03 0.41 0 0.31 295 0.32 0.55
Hex AB 69 B1 3 29 0 1F 127 20 37
Octal 253 151 261 3 51 0 37 447 40 67
Binary 10101011 1101001 10110001 11 101001 0 11111 100100111 100000 110111

Color Harmonies of #AB69B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69B1

Black with #AB69B1

Text Example


Text Example

White with #AB69B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69B1; }

 p { color: rgb(171,105,177); }

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

background-color css

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

 a { background-color: rgb(171,105,177); }

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

border-color css

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

 span { border-color: rgb(171,105,177); }

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