Html Css Color HEX #AD61B2 Violet Blue

📋 copy color: '#AD61B2'

red 173 ◦ green 97 ◦ blue 178

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

Shades of Violet Blue #AD61B2

Tints of Violet Blue #AD61B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 38.62%
G = 21.65%
B = 39.73%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD61B2 (or 0xAD61B2) is known color: Violet Blue. HEX triplet: AD, 61 and B2. RGB value is (173,97,178). Sum of RGB (Red+Green+Blue) = 173+97+178=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD61B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61B2 is #529E4D. Grayscale: #808080. Windows color (decimal): -5414478 or 11690413. OLE color: 11690413.

HSL color Cylindrical-coordinate representation of color #AD61B2: hue angle of 296.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD61B2 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 97 178 -
CMYK 0.03 0.46 0 0.30
HSL 296.3º 0.34% 0.54% -
HSV(B) 296.3º 0.46% 0.7% -
XYZ 29.54 20.65 44.55 -
YUV 128.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 173 97 178 0.03 0.46 0 0.30 296.3 0.34 0.54
Hex AD 61 B2 3 2E 0 1E 128 22 36
Octal 255 141 262 3 56 0 36 450 42 66
Binary 10101101 1100001 10110010 11 101110 0 11110 100101000 100010 110110

Color Harmonies of #AD61B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61B2

Black with #AD61B2

Text Example


Text Example

White with #AD61B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61B2; }

 p { color: rgb(173,97,178); }

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

background-color css

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

 a { background-color: rgb(173,97,178); }

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

border-color css

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

 span { border-color: rgb(173,97,178); }

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