Html Css Color HEX #AF3BBC Fuchsia

📋 copy color: '#AF3BBC'

red 175 ◦ green 59 ◦ blue 188

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

Shades of Fuchsia #AF3BBC

Tints of Fuchsia #AF3BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.98%

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

R = 41.47%
G = 13.98%
B = 44.55%

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

#AF3BBC (or 0xAF3BBC) is known color: Fuchsia. HEX triplet: AF, 3B and BC. RGB value is (175,59,188). Sum of RGB (Red+Green+Blue) = 175+59+188=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BBC is #50C443. Grayscale: #6B6B6B. Windows color (decimal): -5293124 or 12336047. OLE color: 12336047.

HSL color Cylindrical-coordinate representation of color #AF3BBC: hue angle of 293.95º degrees, saturation: 0.52, 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 #AF3BBC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 59 188 -
CMYK 0.07 0.69 0 0.26
HSL 293.95º 0.52% 0.48% -
HSV(B) 293.95º 0.69% 0.74% -
XYZ 28.32 15.87 49.15 -
YUV 108.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 175 59 188 0.07 0.69 0 0.26 293.95 0.52 0.48
Hex AF 3B BC 7 45 0 1A 126 34 30
Octal 257 73 274 7 105 0 32 446 64 60
Binary 10101111 111011 10111100 111 1000101 0 11010 100100110 110100 110000

Color Harmonies of #AF3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BBC

Black with #AF3BBC

Text Example


Text Example

White with #AF3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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