Html Css Color HEX #AF3ABB Fuchsia

📋 copy color: '#AF3ABB'

red 175 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #AF3ABB

Tints of Fuchsia #AF3ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 41.67%
G = 13.81%
B = 44.52%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF3ABB (or 0xAF3ABB) is known color: Fuchsia. HEX triplet: AF, 3A and BB. RGB value is (175,58,187). Sum of RGB (Red+Green+Blue) = 175+58+187=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF3ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ABB is #50C544. Grayscale: #6B6B6B. Windows color (decimal): -5293381 or 12270255. OLE color: 12270255.

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

Color convert

RGB 175 58 187 -
CMYK 0.06 0.69 0 0.27
HSL 294.42º 0.53% 0.48% -
HSV(B) 294.42º 0.69% 0.73% -
XYZ 28.16 15.73 48.57 -
YUV 107.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 175 58 187 0.06 0.69 0 0.27 294.42 0.53 0.48
Hex AF 3A BB 6 45 0 1B 126 35 30
Octal 257 72 273 6 105 0 33 446 65 60
Binary 10101111 111010 10111011 110 1000101 0 11011 100100110 110101 110000

Color Harmonies of #AF3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ABB

Black with #AF3ABB

Text Example


Text Example

White with #AF3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ABB; }

 p { color: rgb(175,58,187); }

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

background-color css

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

 a { background-color: rgb(175,58,187); }

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

border-color css

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

 span { border-color: rgb(175,58,187); }

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