Html Css Color HEX #AD69B4 Violet Blue

📋 copy color: '#AD69B4'

red 173 ◦ green 105 ◦ blue 180

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

Shades of Violet Blue #AD69B4

Tints of Violet Blue #AD69B4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.93%

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 37.77%
G = 22.93%
B = 39.3%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD69B4 (or 0xAD69B4) is known color: Violet Blue. HEX triplet: AD, 69 and B4. RGB value is (173,105,180). Sum of RGB (Red+Green+Blue) = 173+105+180=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69B4 is #52964B. Grayscale: #858585. Windows color (decimal): -5412428 or 11823533. OLE color: 11823533.

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

Color convert

RGB 173 105 180 -
CMYK 0.04 0.42 0 0.29
HSL 294.4º 0.33% 0.56% -
HSV(B) 294.4º 0.42% 0.71% -
XYZ 30.52 22.28 45.87 -
YUV 133.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 173 105 180 0.04 0.42 0 0.29 294.4 0.33 0.56
Hex AD 69 B4 4 2A 0 1D 126 21 38
Octal 255 151 264 4 52 0 35 446 41 70
Binary 10101101 1101001 10110100 100 101010 0 11101 100100110 100001 111000

Color Harmonies of #AD69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69B4

Black with #AD69B4

Text Example


Text Example

White with #AD69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69B4; }

 p { color: rgb(173,105,180); }

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

background-color css

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

 a { background-color: rgb(173,105,180); }

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

border-color css

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

 span { border-color: rgb(173,105,180); }

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