Html Css Color HEX #A75CAD Violet Blue

📋 copy color: '#A75CAD'

red 167 ◦ green 92 ◦ blue 173

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

Shades of Violet Blue #A75CAD

Tints of Violet Blue #A75CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 38.66%
G = 21.3%
B = 40.05%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A75CAD (or 0xA75CAD) is known color: Violet Blue. HEX triplet: A7, 5C and AD. RGB value is (167,92,173). Sum of RGB (Red+Green+Blue) = 167+92+173=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A75CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CAD is #58A352. Grayscale: #7B7B7B. Windows color (decimal): -5808979 or 11361447. OLE color: 11361447.

HSL color Cylindrical-coordinate representation of color #A75CAD: hue angle of 295.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75CAD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 92 173 -
CMYK 0.03 0.47 0 0.32
HSL 295.56º 0.33% 0.52% -
HSV(B) 295.56º 0.47% 0.68% -
XYZ 27.31 18.89 41.74 -
YUV 123.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 167 92 173 0.03 0.47 0 0.32 295.56 0.33 0.52
Hex A7 5C AD 3 2F 0 20 128 21 34
Octal 247 134 255 3 57 0 40 450 41 64
Binary 10100111 1011100 10101101 11 101111 0 100000 100101000 100001 110100

Color Harmonies of #A75CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CAD

Black with #A75CAD

Text Example


Text Example

White with #A75CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CAD; }

 p { color: rgb(167,92,173); }

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

background-color css

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

 a { background-color: rgb(167,92,173); }

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

border-color css

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

 span { border-color: rgb(167,92,173); }

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