Html Css Color HEX #AF63BA Fuchsia

📋 copy color: '#AF63BA'

red 175 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #AF63BA

Tints of Fuchsia #AF63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.52%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 38.04%
G = 21.52%
B = 40.43%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF63BA (or 0xAF63BA) is known color: Fuchsia. HEX triplet: AF, 63 and BA. RGB value is (175,99,186). Sum of RGB (Red+Green+Blue) = 175+99+186=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF63BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63BA is #509C45. Grayscale: #838383. Windows color (decimal): -5282886 or 12215215. OLE color: 12215215.

HSL color Cylindrical-coordinate representation of color #AF63BA: hue angle of 292.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF63BA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 99 186 -
CMYK 0.06 0.47 0 0.27
HSL 292.41º 0.39% 0.56% -
HSV(B) 292.41º 0.47% 0.73% -
XYZ 31 21.58 48.99 -
YUV 131.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 175 99 186 0.06 0.47 0 0.27 292.41 0.39 0.56
Hex AF 63 BA 6 2F 0 1B 124 27 38
Octal 257 143 272 6 57 0 33 444 47 70
Binary 10101111 1100011 10111010 110 101111 0 11011 100100100 100111 111000

Color Harmonies of #AF63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63BA

Black with #AF63BA

Text Example


Text Example

White with #AF63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63BA; }

 p { color: rgb(175,99,186); }

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

background-color css

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

 a { background-color: rgb(175,99,186); }

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

border-color css

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

 span { border-color: rgb(175,99,186); }

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