Html Css Color HEX #AF2EFF Blue Violet

📋 copy color: '#AF2EFF'

red 175 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #AF2EFF

Tints of Blue Violet #AF2EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 36.76%
G = 9.66%
B = 53.57%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF2EFF (or 0xAF2EFF) is known color: Blue Violet. HEX triplet: AF, 2E and FF. RGB value is (175,46,255). Sum of RGB (Red+Green+Blue) = 175+46+255=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EFF is #50D100. Grayscale: #6B6B6B. Windows color (decimal): -5296385 or 16723631. OLE color: 16723631.

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

Color convert

RGB 175 46 255 -
CMYK 0.31 0.82 0 0
HSL 277.03º 1% 0.59% -
HSV(B) 277.03º 0.82% 1% -
XYZ 36.71 18.29 96.2 -
YUV 108.4 210.74 175.51 -
System Red Green Blue C M Y K H S L
Decimal 175 46 255 0.31 0.82 0 0 277.03 1 0.59
Hex AF 2E FF 1F 52 0 0 115 64 3B
Octal 257 56 377 37 122 0 0 425 144 73
Binary 10101111 101110 11111111 11111 1010010 0 0 100010101 1100100 111011

Color Harmonies of #AF2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EFF

Black with #AF2EFF

Text Example


Text Example

White with #AF2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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