Html Css Color HEX #AF3ABC Fuchsia

📋 copy color: '#AF3ABC'

red 175 ◦ green 58 ◦ blue 188

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

Shades of Fuchsia #AF3ABC

Tints of Fuchsia #AF3ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 41.57%
G = 13.78%
B = 44.66%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF3ABC (or 0xAF3ABC) is known color: Fuchsia. HEX triplet: AF, 3A and BC. RGB value is (175,58,188). Sum of RGB (Red+Green+Blue) = 175+58+188=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ABC is #50C543. Grayscale: #6B6B6B. Windows color (decimal): -5293380 or 12335791. OLE color: 12335791.

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

Color convert

RGB 175 58 188 -
CMYK 0.07 0.69 0 0.26
HSL 294º 0.53% 0.48% -
HSV(B) 294º 0.69% 0.74% -
XYZ 28.27 15.77 49.13 -
YUV 107.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 175 58 188 0.07 0.69 0 0.26 294 0.53 0.48
Hex AF 3A BC 7 45 0 1A 126 35 30
Octal 257 72 274 7 105 0 32 446 65 60
Binary 10101111 111010 10111100 111 1000101 0 11010 100100110 110101 110000

Color Harmonies of #AF3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ABC

Black with #AF3ABC

Text Example


Text Example

White with #AF3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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