Html Css Color HEX #AE67BA Fuchsia

📋 copy color: '#AE67BA'

red 174 ◦ green 103 ◦ blue 186

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

Shades of Fuchsia #AE67BA

Tints of Fuchsia #AE67BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.25%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 37.58%
G = 22.25%
B = 40.17%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE67BA (or 0xAE67BA) is known color: Fuchsia. HEX triplet: AE, 67 and BA. RGB value is (174,103,186). Sum of RGB (Red+Green+Blue) = 174+103+186=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67BA is #519845. Grayscale: #858585. Windows color (decimal): -5347398 or 12216238. OLE color: 12216238.

HSL color Cylindrical-coordinate representation of color #AE67BA: hue angle of 291.33º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE67BA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 103 186 -
CMYK 0.06 0.45 0 0.27
HSL 291.33º 0.38% 0.57% -
HSV(B) 291.33º 0.45% 0.73% -
XYZ 31.17 22.24 49.11 -
YUV 133.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 174 103 186 0.06 0.45 0 0.27 291.33 0.38 0.57
Hex AE 67 BA 6 2D 0 1B 123 26 39
Octal 256 147 272 6 55 0 33 443 46 71
Binary 10101110 1100111 10111010 110 101101 0 11011 100100011 100110 111001

Color Harmonies of #AE67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE67BA

Black with #AE67BA

Text Example


Text Example

White with #AE67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE67BA; }

 p { color: rgb(174,103,186); }

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

background-color css

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

 a { background-color: rgb(174,103,186); }

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

border-color css

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

 span { border-color: rgb(174,103,186); }

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