Html Css Color HEX #AF38B2 Fuchsia

📋 copy color: '#AF38B2'

red 175 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #AF38B2

Tints of Fuchsia #AF38B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.69%

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

R = 42.79%
G = 13.69%
B = 43.52%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF38B2 (or 0xAF38B2) is known color: Fuchsia. HEX triplet: AF, 38 and B2. RGB value is (175,56,178). Sum of RGB (Red+Green+Blue) = 175+56+178=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF38B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38B2 is #50C74D. Grayscale: #696969. Windows color (decimal): -5293902 or 11679919. OLE color: 11679919.

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

Color convert

RGB 175 56 178 -
CMYK 0.02 0.69 0 0.30
HSL 298.52º 0.52% 0.46% -
HSV(B) 298.52º 0.69% 0.7% -
XYZ 27.13 15.16 43.62 -
YUV 105.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 175 56 178 0.02 0.69 0 0.30 298.52 0.52 0.46
Hex AF 38 B2 2 45 0 1E 12B 34 2E
Octal 257 70 262 2 105 0 36 453 64 56
Binary 10101111 111000 10110010 10 1000101 0 11110 100101011 110100 101110

Color Harmonies of #AF38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38B2

Black with #AF38B2

Text Example


Text Example

White with #AF38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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