Html Css Color HEX #AF32FA Blue Violet

📋 copy color: '#AF32FA'

red 175 ◦ green 50 ◦ blue 250

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

Shades of Blue Violet #AF32FA

Tints of Blue Violet #AF32FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.53%

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 36.84%
G = 10.53%
B = 52.63%

CMYK

 C value IS 0.3

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF32FA (or 0xAF32FA) is known color: Blue Violet. HEX triplet: AF, 32 and FA. RGB value is (175,50,250). Sum of RGB (Red+Green+Blue) = 175+50+250=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF32FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32FA is #50CD05. Grayscale: #6D6D6D. Windows color (decimal): -5295366 or 16396975. OLE color: 16396975.

HSL color Cylindrical-coordinate representation of color #AF32FA: hue angle of 277.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF32FA is Cyan = 0.3, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 50 250 -
CMYK 0.3 0.8 0 0.02
HSL 277.5º 0.95% 0.59% -
HSV(B) 277.5º 0.8% 0.98% -
XYZ 36.08 18.3 92.07 -
YUV 110.18 206.91 174.24 -
System Red Green Blue C M Y K H S L
Decimal 175 50 250 0.3 0.8 0 0.02 277.5 0.95 0.59
Hex AF 32 FA 1E 50 0 2 116 5F 3B
Octal 257 62 372 36 120 0 2 426 137 73
Binary 10101111 110010 11111010 11110 1010000 0 10 100010110 1011111 111011

Color Harmonies of #AF32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32FA

Black with #AF32FA

Text Example


Text Example

White with #AF32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32FA; }

 p { color: rgb(175,50,250); }

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

background-color css

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

 a { background-color: rgb(175,50,250); }

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

border-color css

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

 span { border-color: rgb(175,50,250); }

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