Html Css Color HEX #AF2BFA Blue Violet

📋 copy color: '#AF2BFA'

red 175 ◦ green 43 ◦ blue 250

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

Shades of Blue Violet #AF2BFA

Tints of Blue Violet #AF2BFA

RGB

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

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

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

R = 37.39%
G = 9.19%
B = 53.42%

CMYK

 C value IS 0.3

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF2BFA (or 0xAF2BFA) is known color: Blue Violet. HEX triplet: AF, 2B and FA. RGB value is (175,43,250). Sum of RGB (Red+Green+Blue) = 175+43+250=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF2BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BFA is #50D405. Grayscale: #696969. Windows color (decimal): -5297158 or 16395183. OLE color: 16395183.

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

Color convert

RGB 175 43 250 -
CMYK 0.3 0.83 0 0.02
HSL 278.26º 0.95% 0.57% -
HSV(B) 278.26º 0.83% 0.98% -
XYZ 35.8 17.74 91.98 -
YUV 106.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 175 43 250 0.3 0.83 0 0.02 278.26 0.95 0.57
Hex AF 2B FA 1E 53 0 2 116 5F 39
Octal 257 53 372 36 123 0 2 426 137 71
Binary 10101111 101011 11111010 11110 1010011 0 10 100010110 1011111 111001

Color Harmonies of #AF2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BFA

Black with #AF2BFA

Text Example


Text Example

White with #AF2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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