Html Css Color HEX #AF4BAE Fuchsia

📋 copy color: '#AF4BAE'

red 175 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #AF4BAE

Tints of Fuchsia #AF4BAE

RGB

 RED value IS 175 (68.75% from 255) = 41.27%

 GREEN value IS 75 (29.69% from 255) = 17.69%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 41.27%
G = 17.69%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF4BAE (or 0xAF4BAE) is known color: Fuchsia. HEX triplet: AF, 4B and AE. RGB value is (175,75,174). Sum of RGB (Red+Green+Blue) = 175+75+174=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4BAE is #50B451. Grayscale: #737373. Windows color (decimal): -5289042 or 11422639. OLE color: 11422639.

HSL color Cylindrical-coordinate representation of color #AF4BAE: hue angle of 300.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4BAE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 75 174 -
CMYK 0 0.57 0.01 0.31
HSL 300.6º 0.4% 0.49% -
HSV(B) 300.6º 0.57% 0.69% -
XYZ 27.84 17.2 41.9 -
YUV 116.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 175 75 174 0 0.57 0.01 0.31 300.6 0.4 0.49
Hex AF 4B AE 0 39 1 1F 12D 28 31
Octal 257 113 256 0 71 1 37 455 50 61
Binary 10101111 1001011 10101110 0 111001 1 11111 100101101 101000 110001

Color Harmonies of #AF4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BAE

Black with #AF4BAE

Text Example


Text Example

White with #AF4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BAE; }

 p { color: rgb(175,75,174); }

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

background-color css

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

 a { background-color: rgb(175,75,174); }

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

border-color css

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

 span { border-color: rgb(175,75,174); }

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