Html Css Color HEX #A65FA8 Violet Blue

📋 copy color: '#A65FA8'

red 166 ◦ green 95 ◦ blue 168

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

Shades of Violet Blue #A65FA8

Tints of Violet Blue #A65FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 38.69%
G = 22.14%
B = 39.16%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A65FA8 (or 0xA65FA8) is known color: Violet Blue. HEX triplet: A6, 5F and A8. RGB value is (166,95,168). Sum of RGB (Red+Green+Blue) = 166+95+168=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 168 - color contains mainly: blue. Hex color #A65FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA8 is #59A057. Grayscale: #7C7C7C. Windows color (decimal): -5873752 or 11034534. OLE color: 11034534.

HSL color Cylindrical-coordinate representation of color #A65FA8: hue angle of 298.36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65FA8 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 95 168 -
CMYK 0.01 0.43 0 0.34
HSL 298.36º 0.3% 0.52% -
HSV(B) 298.36º 0.43% 0.66% -
XYZ 26.89 19.12 39.32 -
YUV 124.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 166 95 168 0.01 0.43 0 0.34 298.36 0.3 0.52
Hex A6 5F A8 1 2B 0 22 12A 1E 34
Octal 246 137 250 1 53 0 42 452 36 64
Binary 10100110 1011111 10101000 1 101011 0 100010 100101010 11110 110100

Color Harmonies of #A65FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FA8

Black with #A65FA8

Text Example


Text Example

White with #A65FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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