Html Css Color HEX #AF6BBA Fuchsia

📋 copy color: '#AF6BBA'

red 175 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #AF6BBA

Tints of Fuchsia #AF6BBA

RGB

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

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

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

R = 37.39%
G = 22.86%
B = 39.74%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6BBA (or 0xAF6BBA) is known color: Fuchsia. HEX triplet: AF, 6B and BA. RGB value is (175,107,186). Sum of RGB (Red+Green+Blue) = 175+107+186=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BBA is #509445. Grayscale: #888888. Windows color (decimal): -5280838 or 12217263. OLE color: 12217263.

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

Color convert

RGB 175 107 186 -
CMYK 0.06 0.42 0 0.27
HSL 291.65º 0.36% 0.57% -
HSV(B) 291.65º 0.42% 0.73% -
XYZ 31.8 23.17 49.25 -
YUV 136.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 175 107 186 0.06 0.42 0 0.27 291.65 0.36 0.57
Hex AF 6B BA 6 2A 0 1B 124 24 39
Octal 257 153 272 6 52 0 33 444 44 71
Binary 10101111 1101011 10111010 110 101010 0 11011 100100100 100100 111001

Color Harmonies of #AF6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BBA

Black with #AF6BBA

Text Example


Text Example

White with #AF6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BBA; }

 p { color: rgb(175,107,186); }

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

background-color css

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

 a { background-color: rgb(175,107,186); }

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

border-color css

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

 span { border-color: rgb(175,107,186); }

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