Html Css Color HEX #A75F9B Violet Blue

📋 copy color: '#A75F9B'

red 167 ◦ green 95 ◦ blue 155

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

Shades of Violet Blue #A75F9B

Tints of Violet Blue #A75F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.78%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 40.05%
G = 22.78%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A75F9B (or 0xA75F9B) is known color: Violet Blue. HEX triplet: A7, 5F and 9B. RGB value is (167,95,155). Sum of RGB (Red+Green+Blue) = 167+95+155=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F9B is #58A064. Grayscale: #7B7B7B. Windows color (decimal): -5808229 or 10182567. OLE color: 10182567.

HSL color Cylindrical-coordinate representation of color #A75F9B: hue angle of 310º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A75F9B is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 95 155 -
CMYK 0 0.43 0.07 0.35
HSL 310º 0.29% 0.51% -
HSV(B) 310º 0.43% 0.65% -
XYZ 25.94 18.77 33.27 -
YUV 123.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 167 95 155 0 0.43 0.07 0.35 310 0.29 0.51
Hex A7 5F 9B 0 2B 7 23 136 1D 33
Octal 247 137 233 0 53 7 43 466 35 63
Binary 10100111 1011111 10011011 0 101011 111 100011 100110110 11101 110011

Color Harmonies of #A75F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F9B

Black with #A75F9B

Text Example


Text Example

White with #A75F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F9B; }

 p { color: rgb(167,95,155); }

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

background-color css

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

 a { background-color: rgb(167,95,155); }

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

border-color css

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

 span { border-color: rgb(167,95,155); }

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