Html Css Color HEX #AD32F1 Blue Violet

📋 copy color: '#AD32F1'

red 173 ◦ green 50 ◦ blue 241

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

Shades of Blue Violet #AD32F1

Tints of Blue Violet #AD32F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

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

R = 37.28%
G = 10.78%
B = 51.94%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD32F1 (or 0xAD32F1) is known color: Blue Violet. HEX triplet: AD, 32 and F1. RGB value is (173,50,241). Sum of RGB (Red+Green+Blue) = 173+50+241=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD32F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32F1 is #52CD0E. Grayscale: #6B6B6B. Windows color (decimal): -5426447 or 15807149. OLE color: 15807149.

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

Color convert

RGB 173 50 241 -
CMYK 0.28 0.79 0 0.05
HSL 278.64º 0.87% 0.57% -
HSV(B) 278.64º 0.79% 0.95% -
XYZ 34.25 17.52 84.79 -
YUV 108.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 173 50 241 0.28 0.79 0 0.05 278.64 0.87 0.57
Hex AD 32 F1 1C 4F 0 5 117 57 39
Octal 255 62 361 34 117 0 5 427 127 71
Binary 10101101 110010 11110001 11100 1001111 0 101 100010111 1010111 111001

Color Harmonies of #AD32F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32F1

Black with #AD32F1

Text Example


Text Example

White with #AD32F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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