Html Css Color HEX #AD67B7 Violet Blue

📋 copy color: '#AD67B7'

red 173 ◦ green 103 ◦ blue 183

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

Shades of Violet Blue #AD67B7

Tints of Violet Blue #AD67B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 37.69%
G = 22.44%
B = 39.87%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD67B7 (or 0xAD67B7) is known color: Violet Blue. HEX triplet: AD, 67 and B7. RGB value is (173,103,183). Sum of RGB (Red+Green+Blue) = 173+103+183=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD67B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67B7 is #529848. Grayscale: #848484. Windows color (decimal): -5412937 or 12019629. OLE color: 12019629.

HSL color Cylindrical-coordinate representation of color #AD67B7: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD67B7 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 103 183 -
CMYK 0.05 0.44 0 0.28
HSL 292.5º 0.36% 0.56% -
HSV(B) 292.5º 0.44% 0.72% -
XYZ 30.63 22 47.43 -
YUV 133.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 173 103 183 0.05 0.44 0 0.28 292.5 0.36 0.56
Hex AD 67 B7 5 2C 0 1C 124 24 38
Octal 255 147 267 5 54 0 34 444 44 70
Binary 10101101 1100111 10110111 101 101100 0 11100 100100100 100100 111000

Color Harmonies of #AD67B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67B7

Black with #AD67B7

Text Example


Text Example

White with #AD67B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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