Html Css Color HEX #AE63B4 Violet Blue

📋 copy color: '#AE63B4'

red 174 ◦ green 99 ◦ blue 180

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

Shades of Violet Blue #AE63B4

Tints of Violet Blue #AE63B4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 38.41%
G = 21.85%
B = 39.74%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE63B4 (or 0xAE63B4) is known color: Violet Blue. HEX triplet: AE, 63 and B4. RGB value is (174,99,180). Sum of RGB (Red+Green+Blue) = 174+99+180=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE63B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63B4 is #519C4B. Grayscale: #828282. Windows color (decimal): -5348428 or 11821998. OLE color: 11821998.

HSL color Cylindrical-coordinate representation of color #AE63B4: hue angle of 295.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE63B4 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 99 180 -
CMYK 0.03 0.45 0 0.29
HSL 295.56º 0.35% 0.55% -
HSV(B) 295.56º 0.45% 0.71% -
XYZ 30.16 21.22 45.69 -
YUV 130.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 174 99 180 0.03 0.45 0 0.29 295.56 0.35 0.55
Hex AE 63 B4 3 2D 0 1D 128 23 37
Octal 256 143 264 3 55 0 35 450 43 67
Binary 10101110 1100011 10110100 11 101101 0 11101 100101000 100011 110111

Color Harmonies of #AE63B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63B4

Black with #AE63B4

Text Example


Text Example

White with #AE63B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63B4; }

 p { color: rgb(174,99,180); }

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

background-color css

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

 a { background-color: rgb(174,99,180); }

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

border-color css

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

 span { border-color: rgb(174,99,180); }

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