Html Css Color HEX #AF2EFA Blue Violet

📋 copy color: '#AF2EFA'

red 175 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #AF2EFA

Tints of Blue Violet #AF2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.77%

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

R = 37.15%
G = 9.77%
B = 53.08%

CMYK

 C value IS 0.3

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF2EFA (or 0xAF2EFA) is known color: Blue Violet. HEX triplet: AF, 2E and FA. RGB value is (175,46,250). Sum of RGB (Red+Green+Blue) = 175+46+250=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EFA is #50D105. Grayscale: #6B6B6B. Windows color (decimal): -5296390 or 16395951. OLE color: 16395951.

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

Color convert

RGB 175 46 250 -
CMYK 0.3 0.82 0 0.02
HSL 277.94º 0.95% 0.58% -
HSV(B) 277.94º 0.82% 0.98% -
XYZ 35.91 17.97 92.02 -
YUV 107.83 208.24 175.91 -
System Red Green Blue C M Y K H S L
Decimal 175 46 250 0.3 0.82 0 0.02 277.94 0.95 0.58
Hex AF 2E FA 1E 52 0 2 116 5F 3A
Octal 257 56 372 36 122 0 2 426 137 72
Binary 10101111 101110 11111010 11110 1010010 0 10 100010110 1011111 111010

Color Harmonies of #AF2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EFA

Black with #AF2EFA

Text Example


Text Example

White with #AF2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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