Html Css Color HEX #AD65B2 Violet Blue

📋 copy color: '#AD65B2'

red 173 ◦ green 101 ◦ blue 178

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

Shades of Violet Blue #AD65B2

Tints of Violet Blue #AD65B2

RGB

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

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

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

R = 38.27%
G = 22.35%
B = 39.38%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD65B2 (or 0xAD65B2) is known color: Violet Blue. HEX triplet: AD, 65 and B2. RGB value is (173,101,178). Sum of RGB (Red+Green+Blue) = 173+101+178=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD65B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65B2 is #529A4D. Grayscale: #838383. Windows color (decimal): -5413454 or 11691437. OLE color: 11691437.

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

Color convert

RGB 173 101 178 -
CMYK 0.03 0.43 0 0.30
HSL 296.1º 0.33% 0.55% -
HSV(B) 296.1º 0.43% 0.7% -
XYZ 29.92 21.41 44.67 -
YUV 131.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 173 101 178 0.03 0.43 0 0.30 296.1 0.33 0.55
Hex AD 65 B2 3 2B 0 1E 128 21 37
Octal 255 145 262 3 53 0 36 450 41 67
Binary 10101101 1100101 10110010 11 101011 0 11110 100101000 100001 110111

Color Harmonies of #AD65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65B2

Black with #AD65B2

Text Example


Text Example

White with #AD65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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