Html Css Color HEX #AF3DBE Fuchsia

📋 copy color: '#AF3DBE'

red 175 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #AF3DBE

Tints of Fuchsia #AF3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 41.08%
G = 14.32%
B = 44.6%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF3DBE (or 0xAF3DBE) is known color: Fuchsia. HEX triplet: AF, 3D and BE. RGB value is (175,61,190). Sum of RGB (Red+Green+Blue) = 175+61+190=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DBE is #50C241. Grayscale: #6D6D6D. Windows color (decimal): -5292610 or 12467631. OLE color: 12467631.

HSL color Cylindrical-coordinate representation of color #AF3DBE: hue angle of 293.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3DBE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 61 190 -
CMYK 0.08 0.68 0 0.25
HSL 293.02º 0.51% 0.49% -
HSV(B) 293.02º 0.68% 0.75% -
XYZ 28.64 16.17 50.33 -
YUV 109.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 175 61 190 0.08 0.68 0 0.25 293.02 0.51 0.49
Hex AF 3D BE 8 44 0 19 125 33 31
Octal 257 75 276 10 104 0 31 445 63 61
Binary 10101111 111101 10111110 1000 1000100 0 11001 100100101 110011 110001

Color Harmonies of #AF3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DBE

Black with #AF3DBE

Text Example


Text Example

White with #AF3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DBE; }

 p { color: rgb(175,61,190); }

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

background-color css

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

 a { background-color: rgb(175,61,190); }

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

border-color css

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

 span { border-color: rgb(175,61,190); }

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