Html Css Color HEX #AF2BFD Blue Violet

📋 copy color: '#AF2BFD'

red 175 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #AF2BFD

Tints of Blue Violet #AF2BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.13%

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

R = 37.15%
G = 9.13%
B = 53.72%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF2BFD (or 0xAF2BFD) is known color: Blue Violet. HEX triplet: AF, 2B and FD. RGB value is (175,43,253). Sum of RGB (Red+Green+Blue) = 175+43+253=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF2BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BFD is #50D402. Grayscale: #696969. Windows color (decimal): -5297155 or 16591791. OLE color: 16591791.

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

Color convert

RGB 175 43 253 -
CMYK 0.31 0.83 0 0.01
HSL 277.71º 0.98% 0.58% -
HSV(B) 277.71º 0.83% 0.99% -
XYZ 36.27 17.93 94.48 -
YUV 106.41 210.73 176.92 -
System Red Green Blue C M Y K H S L
Decimal 175 43 253 0.31 0.83 0 0.01 277.71 0.98 0.58
Hex AF 2B FD 1F 53 0 1 116 62 3A
Octal 257 53 375 37 123 0 1 426 142 72
Binary 10101111 101011 11111101 11111 1010011 0 1 100010110 1100010 111010

Color Harmonies of #AF2BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BFD

Black with #AF2BFD

Text Example


Text Example

White with #AF2BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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