Html Css Color HEX #A75DB0 Violet Blue

📋 copy color: '#A75DB0'

red 167 ◦ green 93 ◦ blue 176

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

Shades of Violet Blue #A75DB0

Tints of Violet Blue #A75DB0

RGB

 RED value IS 167 (65.63% from 255) = 38.3%

 GREEN value IS 93 (36.72% from 255) = 21.33%

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 38.3%
G = 21.33%
B = 40.37%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A75DB0 (or 0xA75DB0) is known color: Violet Blue. HEX triplet: A7, 5D and B0. RGB value is (167,93,176). Sum of RGB (Red+Green+Blue) = 167+93+176=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #A75DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DB0 is #58A24F. Grayscale: #7C7C7C. Windows color (decimal): -5808720 or 11558311. OLE color: 11558311.

HSL color Cylindrical-coordinate representation of color #A75DB0: hue angle of 293.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75DB0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 93 176 -
CMYK 0.05 0.47 0 0.31
HSL 293.49º 0.34% 0.53% -
HSV(B) 293.49º 0.47% 0.69% -
XYZ 27.69 19.18 43.32 -
YUV 124.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 167 93 176 0.05 0.47 0 0.31 293.49 0.34 0.53
Hex A7 5D B0 5 2F 0 1F 125 22 35
Octal 247 135 260 5 57 0 37 445 42 65
Binary 10100111 1011101 10110000 101 101111 0 11111 100100101 100010 110101

Color Harmonies of #A75DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75DB0

Black with #A75DB0

Text Example


Text Example

White with #A75DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75DB0; }

 p { color: rgb(167,93,176); }

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

background-color css

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

 a { background-color: rgb(167,93,176); }

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

border-color css

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

 span { border-color: rgb(167,93,176); }

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