Html Css Color HEX #AB2EFD Blue Violet

📋 copy color: '#AB2EFD'

red 171 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #AB2EFD

Tints of Blue Violet #AB2EFD

RGB

 RED value IS 171 (67.19% from 255) = 36.38%

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

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

R = 36.38%
G = 9.79%
B = 53.83%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB2EFD (or 0xAB2EFD) is known color: Blue Violet. HEX triplet: AB, 2E and FD. RGB value is (171,46,253). Sum of RGB (Red+Green+Blue) = 171+46+253=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EFD is #54D102. Grayscale: #6A6A6A. Windows color (decimal): -5558531 or 16592555. OLE color: 16592555.

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

Color convert

RGB 171 46 253 -
CMYK 0.32 0.82 0 0.01
HSL 276.23º 0.98% 0.59% -
HSV(B) 276.23º 0.82% 0.99% -
XYZ 35.5 17.7 94.47 -
YUV 106.97 210.41 173.67 -
System Red Green Blue C M Y K H S L
Decimal 171 46 253 0.32 0.82 0 0.01 276.23 0.98 0.59
Hex AB 2E FD 20 52 0 1 114 62 3B
Octal 253 56 375 40 122 0 1 424 142 73
Binary 10101011 101110 11111101 100000 1010010 0 1 100010100 1100010 111011

Color Harmonies of #AB2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EFD

Black with #AB2EFD

Text Example


Text Example

White with #AB2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EFD; }

 p { color: rgb(171,46,253); }

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

background-color css

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

 a { background-color: rgb(171,46,253); }

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

border-color css

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

 span { border-color: rgb(171,46,253); }

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