Html Css Color HEX #A5629B Violet Blue

📋 copy color: '#A5629B'

red 165 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #A5629B

Tints of Violet Blue #A5629B

RGB

 RED value IS 165 (64.84% from 255) = 39.47%

 GREEN value IS 98 (38.67% from 255) = 23.44%

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

R = 39.47%
G = 23.44%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5629B (or 0xA5629B) is known color: Violet Blue. HEX triplet: A5, 62 and 9B. RGB value is (165,98,155). Sum of RGB (Red+Green+Blue) = 165+98+155=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5629B is #5A9D64. Grayscale: #7C7C7C. Windows color (decimal): -5938533 or 10183333. OLE color: 10183333.

HSL color Cylindrical-coordinate representation of color #A5629B: hue angle of 308.96º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5629B is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 155 -
CMYK 0 0.41 0.06 0.35
HSL 308.96º 0.27% 0.52% -
HSV(B) 308.96º 0.41% 0.65% -
XYZ 25.8 19.1 33.34 -
YUV 124.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 165 98 155 0 0.41 0.06 0.35 308.96 0.27 0.52
Hex A5 62 9B 0 29 6 23 135 1B 34
Octal 245 142 233 0 51 6 43 465 33 64
Binary 10100101 1100010 10011011 0 101001 110 100011 100110101 11011 110100

Color Harmonies of #A5629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5629B

Black with #A5629B

Text Example


Text Example

White with #A5629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5629B; }

 p { color: rgb(165,98,155); }

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

background-color css

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

 a { background-color: rgb(165,98,155); }

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

border-color css

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

 span { border-color: rgb(165,98,155); }

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