Html Css Color HEX #AE6BB5 Violet Blue

📋 copy color: '#AE6BB5'

red 174 ◦ green 107 ◦ blue 181

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

Shades of Violet Blue #AE6BB5

Tints of Violet Blue #AE6BB5

RGB

 RED value IS 174 (68.36% from 255) = 37.66%

 GREEN value IS 107 (42.19% from 255) = 23.16%

 BLUE value IS 181 (71.09% from 255) = 39.18%

R = 37.66%
G = 23.16%
B = 39.18%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE6BB5 (or 0xAE6BB5) is known color: Violet Blue. HEX triplet: AE, 6B and B5. RGB value is (174,107,181). Sum of RGB (Red+Green+Blue) = 174+107+181=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BB5 is #51944A. Grayscale: #878787. Windows color (decimal): -5346379 or 11889582. OLE color: 11889582.

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

Color convert

RGB 174 107 181 -
CMYK 0.04 0.41 0 0.29
HSL 294.32º 0.33% 0.56% -
HSV(B) 294.32º 0.41% 0.71% -
XYZ 31.05 22.85 46.49 -
YUV 135.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 174 107 181 0.04 0.41 0 0.29 294.32 0.33 0.56
Hex AE 6B B5 4 29 0 1D 126 21 38
Octal 256 153 265 4 51 0 35 446 41 70
Binary 10101110 1101011 10110101 100 101001 0 11101 100100110 100001 111000

Color Harmonies of #AE6BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BB5

Black with #AE6BB5

Text Example


Text Example

White with #AE6BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BB5; }

 p { color: rgb(174,107,181); }

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

background-color css

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

 a { background-color: rgb(174,107,181); }

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

border-color css

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

 span { border-color: rgb(174,107,181); }

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