Html Css Color HEX #AD65B5 Violet Blue

📋 copy color: '#AD65B5'

red 173 ◦ green 101 ◦ blue 181

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

Shades of Violet Blue #AD65B5

Tints of Violet Blue #AD65B5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.2%

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 38.02%
G = 22.2%
B = 39.78%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD65B5 (or 0xAD65B5) is known color: Violet Blue. HEX triplet: AD, 65 and B5. RGB value is (173,101,181). Sum of RGB (Red+Green+Blue) = 173+101+181=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD65B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65B5 is #529A4A. Grayscale: #838383. Windows color (decimal): -5413451 or 11888045. OLE color: 11888045.

HSL color Cylindrical-coordinate representation of color #AD65B5: hue angle of 294º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD65B5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 101 181 -
CMYK 0.04 0.44 0 0.29
HSL 294º 0.35% 0.55% -
HSV(B) 294º 0.44% 0.71% -
XYZ 30.23 21.53 46.28 -
YUV 131.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 173 101 181 0.04 0.44 0 0.29 294 0.35 0.55
Hex AD 65 B5 4 2C 0 1D 126 23 37
Octal 255 145 265 4 54 0 35 446 43 67
Binary 10101101 1100101 10110101 100 101100 0 11101 100100110 100011 110111

Color Harmonies of #AD65B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65B5

Black with #AD65B5

Text Example


Text Example

White with #AD65B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65B5; }

 p { color: rgb(173,101,181); }

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

background-color css

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

 a { background-color: rgb(173,101,181); }

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

border-color css

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

 span { border-color: rgb(173,101,181); }

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