Html Css Color HEX #AD26F2 Blue Violet

📋 copy color: '#AD26F2'

red 173 ◦ green 38 ◦ blue 242

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

Shades of Blue Violet #AD26F2

Tints of Blue Violet #AD26F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.42%

R = 38.19%
G = 8.39%
B = 53.42%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD26F2 (or 0xAD26F2) is known color: Blue Violet. HEX triplet: AD, 26 and F2. RGB value is (173,38,242). Sum of RGB (Red+Green+Blue) = 173+38+242=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD26F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26F2 is #52D90D. Grayscale: #646464. Windows color (decimal): -5429518 or 15869613. OLE color: 15869613.

HSL color Cylindrical-coordinate representation of color #AD26F2: hue angle of 279.71º degrees, saturation: 0.89, 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 #AD26F2 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 38 242 -
CMYK 0.29 0.84 0 0.05
HSL 279.71º 0.89% 0.55% -
HSV(B) 279.71º 0.84% 0.95% -
XYZ 33.95 16.68 85.43 -
YUV 101.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 173 38 242 0.29 0.84 0 0.05 279.71 0.89 0.55
Hex AD 26 F2 1D 54 0 5 118 59 37
Octal 255 46 362 35 124 0 5 430 131 67
Binary 10101101 100110 11110010 11101 1010100 0 101 100011000 1011001 110111

Color Harmonies of #AD26F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26F2

Black with #AD26F2

Text Example


Text Example

White with #AD26F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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