Html Css Color HEX #AB2CFD Blue Violet

📋 copy color: '#AB2CFD'

red 171 ◦ green 44 ◦ blue 253

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

Shades of Blue Violet #AB2CFD

Tints of Blue Violet #AB2CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

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

R = 36.54%
G = 9.4%
B = 54.06%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB2CFD (or 0xAB2CFD) is known color: Blue Violet. HEX triplet: AB, 2C and FD. RGB value is (171,44,253). Sum of RGB (Red+Green+Blue) = 171+44+253=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB2CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CFD is #54D302. Grayscale: #696969. Windows color (decimal): -5559043 or 16592043. OLE color: 16592043.

HSL color Cylindrical-coordinate representation of color #AB2CFD: hue angle of 276.46º 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 #AB2CFD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 44 253 -
CMYK 0.32 0.83 0 0.01
HSL 276.46º 0.98% 0.58% -
HSV(B) 276.46º 0.83% 0.99% -
XYZ 35.42 17.55 94.45 -
YUV 105.8 211.08 174.51 -
System Red Green Blue C M Y K H S L
Decimal 171 44 253 0.32 0.83 0 0.01 276.46 0.98 0.58
Hex AB 2C FD 20 53 0 1 114 62 3A
Octal 253 54 375 40 123 0 1 424 142 72
Binary 10101011 101100 11111101 100000 1010011 0 1 100010100 1100010 111010

Color Harmonies of #AB2CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CFD

Black with #AB2CFD

Text Example


Text Example

White with #AB2CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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