Html Css Color HEX #AF2FFC Blue Violet

📋 copy color: '#AF2FFC'

red 175 ◦ green 47 ◦ blue 252

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

Shades of Blue Violet #AF2FFC

Tints of Blue Violet #AF2FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.92%

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 36.92%
G = 9.92%
B = 53.16%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF2FFC (or 0xAF2FFC) is known color: Blue Violet. HEX triplet: AF, 2F and FC. RGB value is (175,47,252). Sum of RGB (Red+Green+Blue) = 175+47+252=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF2FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FFC is #50D003. Grayscale: #6B6B6B. Windows color (decimal): -5296132 or 16527279. OLE color: 16527279.

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

Color convert

RGB 175 47 252 -
CMYK 0.31 0.81 0 0.01
HSL 277.46º 0.97% 0.59% -
HSV(B) 277.46º 0.81% 0.99% -
XYZ 36.27 18.18 93.69 -
YUV 108.64 208.91 175.33 -
System Red Green Blue C M Y K H S L
Decimal 175 47 252 0.31 0.81 0 0.01 277.46 0.97 0.59
Hex AF 2F FC 1F 51 0 1 115 61 3B
Octal 257 57 374 37 121 0 1 425 141 73
Binary 10101111 101111 11111100 11111 1010001 0 1 100010101 1100001 111011

Color Harmonies of #AF2FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FFC

Black with #AF2FFC

Text Example


Text Example

White with #AF2FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FFC; }

 p { color: rgb(175,47,252); }

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

background-color css

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

 a { background-color: rgb(175,47,252); }

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

border-color css

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

 span { border-color: rgb(175,47,252); }

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