Html Css Color HEX #AF32FD Blue Violet

📋 copy color: '#AF32FD'

red 175 ◦ green 50 ◦ blue 253

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

Shades of Blue Violet #AF32FD

Tints of Blue Violet #AF32FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 36.61%
G = 10.46%
B = 52.93%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF32FD (or 0xAF32FD) is known color: Blue Violet. HEX triplet: AF, 32 and FD. RGB value is (175,50,253). Sum of RGB (Red+Green+Blue) = 175+50+253=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF32FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32FD is #50CD02. Grayscale: #6D6D6D. Windows color (decimal): -5295363 or 16593583. OLE color: 16593583.

HSL color Cylindrical-coordinate representation of color #AF32FD: hue angle of 276.95º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF32FD is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 50 253 -
CMYK 0.31 0.80 0 0.01
HSL 276.95º 0.98% 0.59% -
HSV(B) 276.95º 0.8% 0.99% -
XYZ 36.55 18.49 94.57 -
YUV 110.52 208.41 173.99 -
System Red Green Blue C M Y K H S L
Decimal 175 50 253 0.31 0.80 0 0.01 276.95 0.98 0.59
Hex AF 32 FD 1F 50 0 1 115 62 3B
Octal 257 62 375 37 120 0 1 425 142 73
Binary 10101111 110010 11111101 11111 1010000 0 1 100010101 1100010 111011

Color Harmonies of #AF32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32FD

Black with #AF32FD

Text Example


Text Example

White with #AF32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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