Html Css Color HEX #AF3CB2 Fuchsia

📋 copy color: '#AF3CB2'

red 175 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #AF3CB2

Tints of Fuchsia #AF3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.53%

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 42.37%
G = 14.53%
B = 43.1%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF3CB2 (or 0xAF3CB2) is known color: Fuchsia. HEX triplet: AF, 3C and B2. RGB value is (175,60,178). Sum of RGB (Red+Green+Blue) = 175+60+178=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF3CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CB2 is #50C34D. Grayscale: #6B6B6B. Windows color (decimal): -5292878 or 11680943. OLE color: 11680943.

HSL color Cylindrical-coordinate representation of color #AF3CB2: hue angle of 298.47º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3CB2 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 60 178 -
CMYK 0.02 0.66 0 0.30
HSL 298.47º 0.5% 0.47% -
HSV(B) 298.47º 0.66% 0.7% -
XYZ 27.33 15.56 43.68 -
YUV 107.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 175 60 178 0.02 0.66 0 0.30 298.47 0.5 0.47
Hex AF 3C B2 2 42 0 1E 12A 32 2F
Octal 257 74 262 2 102 0 36 452 62 57
Binary 10101111 111100 10110010 10 1000010 0 11110 100101010 110010 101111

Color Harmonies of #AF3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CB2

Black with #AF3CB2

Text Example


Text Example

White with #AF3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CB2; }

 p { color: rgb(175,60,178); }

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

background-color css

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

 a { background-color: rgb(175,60,178); }

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

border-color css

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

 span { border-color: rgb(175,60,178); }

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