Html Css Color HEX #AE69B4 Violet Blue

📋 copy color: '#AE69B4'

red 174 ◦ green 105 ◦ blue 180

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

Shades of Violet Blue #AE69B4

Tints of Violet Blue #AE69B4

RGB

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

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

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

R = 37.91%
G = 22.88%
B = 39.22%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE69B4 (or 0xAE69B4) is known color: Violet Blue. HEX triplet: AE, 69 and B4. RGB value is (174,105,180). Sum of RGB (Red+Green+Blue) = 174+105+180=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69B4 is #51964B. Grayscale: #858585. Windows color (decimal): -5346892 or 11823534. OLE color: 11823534.

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

Color convert

RGB 174 105 180 -
CMYK 0.03 0.42 0 0.29
HSL 295.2º 0.33% 0.56% -
HSV(B) 295.2º 0.42% 0.71% -
XYZ 30.75 22.4 45.88 -
YUV 134.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 174 105 180 0.03 0.42 0 0.29 295.2 0.33 0.56
Hex AE 69 B4 3 2A 0 1D 127 21 38
Octal 256 151 264 3 52 0 35 447 41 70
Binary 10101110 1101001 10110100 11 101010 0 11101 100100111 100001 111000

Color Harmonies of #AE69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE69B4

Black with #AE69B4

Text Example


Text Example

White with #AE69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE69B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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