Html Css Color HEX #AD26F1 Blue Violet

📋 copy color: '#AD26F1'

red 173 ◦ green 38 ◦ blue 241

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

Shades of Blue Violet #AD26F1

Tints of Blue Violet #AD26F1

RGB

 RED value IS 173 (67.97% from 255) = 38.27%

 GREEN value IS 38 (15.23% from 255) = 8.41%

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 38.27%
G = 8.41%
B = 53.32%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD26F1 (or 0xAD26F1) is known color: Blue Violet. HEX triplet: AD, 26 and F1. RGB value is (173,38,241). Sum of RGB (Red+Green+Blue) = 173+38+241=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD26F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26F1 is #52D90E. Grayscale: #646464. Windows color (decimal): -5429519 or 15804077. OLE color: 15804077.

HSL color Cylindrical-coordinate representation of color #AD26F1: hue angle of 279.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD26F1 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 38 241 -
CMYK 0.28 0.84 0 0.05
HSL 279.9º 0.88% 0.55% -
HSV(B) 279.9º 0.84% 0.95% -
XYZ 33.8 16.62 84.65 -
YUV 101.51 206.73 178.99 -
System Red Green Blue C M Y K H S L
Decimal 173 38 241 0.28 0.84 0 0.05 279.9 0.88 0.55
Hex AD 26 F1 1C 54 0 5 118 58 37
Octal 255 46 361 34 124 0 5 430 130 67
Binary 10101101 100110 11110001 11100 1010100 0 101 100011000 1011000 110111

Color Harmonies of #AD26F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26F1

Black with #AD26F1

Text Example


Text Example

White with #AD26F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26F1; }

 p { color: rgb(173,38,241); }

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

background-color css

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

 a { background-color: rgb(173,38,241); }

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

border-color css

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

 span { border-color: rgb(173,38,241); }

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