Html Css Color HEX #AF43BC Fuchsia

📋 copy color: '#AF43BC'

red 175 ◦ green 67 ◦ blue 188

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

Shades of Fuchsia #AF43BC

Tints of Fuchsia #AF43BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.58%

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

R = 40.7%
G = 15.58%
B = 43.72%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF43BC (or 0xAF43BC) is known color: Fuchsia. HEX triplet: AF, 43 and BC. RGB value is (175,67,188). Sum of RGB (Red+Green+Blue) = 175+67+188=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF43BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43BC is #50BC43. Grayscale: #707070. Windows color (decimal): -5291076 or 12338095. OLE color: 12338095.

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

Color convert

RGB 175 67 188 -
CMYK 0.07 0.64 0 0.26
HSL 293.55º 0.47% 0.5% -
HSV(B) 293.55º 0.64% 0.74% -
XYZ 28.76 16.76 49.3 -
YUV 113.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 175 67 188 0.07 0.64 0 0.26 293.55 0.47 0.5
Hex AF 43 BC 7 40 0 1A 126 2F 32
Octal 257 103 274 7 100 0 32 446 57 62
Binary 10101111 1000011 10111100 111 1000000 0 11010 100100110 101111 110010

Color Harmonies of #AF43BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43BC

Black with #AF43BC

Text Example


Text Example

White with #AF43BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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