Html Css Color HEX #AE6BB6 Violet Blue

📋 copy color: '#AE6BB6'

red 174 ◦ green 107 ◦ blue 182

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

Shades of Violet Blue #AE6BB6

Tints of Violet Blue #AE6BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 37.58%
G = 23.11%
B = 39.31%

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

#AE6BB6 (or 0xAE6BB6) is known color: Violet Blue. HEX triplet: AE, 6B and B6. RGB value is (174,107,182). Sum of RGB (Red+Green+Blue) = 174+107+182=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE6BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BB6 is #519449. Grayscale: #878787. Windows color (decimal): -5346378 or 11955118. OLE color: 11955118.

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

Color convert

RGB 174 107 182 -
CMYK 0.04 0.41 0 0.29
HSL 293.6º 0.34% 0.57% -
HSV(B) 293.6º 0.41% 0.71% -
XYZ 31.16 22.89 47.03 -
YUV 135.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 174 107 182 0.04 0.41 0 0.29 293.6 0.34 0.57
Hex AE 6B B6 4 29 0 1D 126 22 39
Octal 256 153 266 4 51 0 35 446 42 71
Binary 10101110 1101011 10110110 100 101001 0 11101 100100110 100010 111001

Color Harmonies of #AE6BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BB6

Black with #AE6BB6

Text Example


Text Example

White with #AE6BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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