Html Css Color HEX #AD67B4 Violet Blue

📋 copy color: '#AD67B4'

red 173 ◦ green 103 ◦ blue 180

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

Shades of Violet Blue #AD67B4

Tints of Violet Blue #AD67B4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.59%

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

R = 37.94%
G = 22.59%
B = 39.47%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD67B4 (or 0xAD67B4) is known color: Violet Blue. HEX triplet: AD, 67 and B4. RGB value is (173,103,180). Sum of RGB (Red+Green+Blue) = 173+103+180=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD67B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67B4 is #52984B. Grayscale: #848484. Windows color (decimal): -5412940 or 11823021. OLE color: 11823021.

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

Color convert

RGB 173 103 180 -
CMYK 0.04 0.43 0 0.29
HSL 294.55º 0.34% 0.55% -
HSV(B) 294.55º 0.43% 0.71% -
XYZ 30.32 21.88 45.81 -
YUV 132.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 173 103 180 0.04 0.43 0 0.29 294.55 0.34 0.55
Hex AD 67 B4 4 2B 0 1D 127 22 37
Octal 255 147 264 4 53 0 35 447 42 67
Binary 10101101 1100111 10110100 100 101011 0 11101 100100111 100010 110111

Color Harmonies of #AD67B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67B4

Black with #AD67B4

Text Example


Text Example

White with #AD67B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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