Html Css Color HEX #A65F9D Violet Blue

📋 copy color: '#A65F9D'

red 166 ◦ green 95 ◦ blue 157

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

Shades of Violet Blue #A65F9D

Tints of Violet Blue #A65F9D

RGB

 RED value IS 166 (65.23% from 255) = 39.71%

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 39.71%
G = 22.73%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A65F9D (or 0xA65F9D) is known color: Violet Blue. HEX triplet: A6, 5F and 9D. RGB value is (166,95,157). Sum of RGB (Red+Green+Blue) = 166+95+157=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F9D is #59A062. Grayscale: #7B7B7B. Windows color (decimal): -5873763 or 10313638. OLE color: 10313638.

HSL color Cylindrical-coordinate representation of color #A65F9D: hue angle of 307.61º 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 #A65F9D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 157 -
CMYK 0 0.43 0.05 0.35
HSL 307.61º 0.29% 0.51% -
HSV(B) 307.61º 0.43% 0.65% -
XYZ 25.9 18.73 34.15 -
YUV 123.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 166 95 157 0 0.43 0.05 0.35 307.61 0.29 0.51
Hex A6 5F 9D 0 2B 5 23 134 1D 33
Octal 246 137 235 0 53 5 43 464 35 63
Binary 10100110 1011111 10011101 0 101011 101 100011 100110100 11101 110011

Color Harmonies of #A65F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F9D

Black with #A65F9D

Text Example


Text Example

White with #A65F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F9D; }

 p { color: rgb(166,95,157); }

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

background-color css

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

 a { background-color: rgb(166,95,157); }

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

border-color css

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

 span { border-color: rgb(166,95,157); }

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