Html Css Color HEX #AF2FFD Blue Violet

📋 copy color: '#AF2FFD'

red 175 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #AF2FFD

Tints of Blue Violet #AF2FFD

RGB

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

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

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

R = 36.84%
G = 9.89%
B = 53.26%

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

#AF2FFD (or 0xAF2FFD) is known color: Blue Violet. HEX triplet: AF, 2F and FD. RGB value is (175,47,253). Sum of RGB (Red+Green+Blue) = 175+47+253=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF2FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FFD is #50D002. Grayscale: #6C6C6C. Windows color (decimal): -5296131 or 16592815. OLE color: 16592815.

HSL color Cylindrical-coordinate representation of color #AF2FFD: hue angle of 277.28º degrees, saturation: 0.98, 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 #AF2FFD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 47 253 -
CMYK 0.31 0.81 0 0.01
HSL 277.28º 0.98% 0.59% -
HSV(B) 277.28º 0.81% 0.99% -
XYZ 36.43 18.24 94.53 -
YUV 108.76 209.41 175.25 -
System Red Green Blue C M Y K H S L
Decimal 175 47 253 0.31 0.81 0 0.01 277.28 0.98 0.59
Hex AF 2F FD 1F 51 0 1 115 62 3B
Octal 257 57 375 37 121 0 1 425 142 73
Binary 10101111 101111 11111101 11111 1010001 0 1 100010101 1100010 111011

Color Harmonies of #AF2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FFD

Black with #AF2FFD

Text Example


Text Example

White with #AF2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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