Html Css Color HEX #A39ABE Cold Purple

📋 copy color: '#A39ABE'

red 163 ◦ green 154 ◦ blue 190

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

Shades of Cold Purple #A39ABE

Tints of Cold Purple #A39ABE

RGB

 RED value IS 163 (64.06% from 255) = 32.15%

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 32.15%
G = 30.37%
B = 37.48%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A39ABE (or 0xA39ABE) is known color: Cold Purple. HEX triplet: A3, 9A and BE. RGB value is (163,154,190). Sum of RGB (Red+Green+Blue) = 163+154+190=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A39ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ABE is #5C6541. Grayscale: #A0A0A0. Windows color (decimal): -6055234 or 12491427. OLE color: 12491427.

HSL color Cylindrical-coordinate representation of color #A39ABE: hue angle of 255º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A39ABE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 154 190 -
CMYK 0.14 0.19 0 0.25
HSL 255º 0.22% 0.67% -
HSV(B) 255º 0.19% 0.75% -
XYZ 35.95 34.62 53.5 -
YUV 160.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 163 154 190 0.14 0.19 0 0.25 255 0.22 0.67
Hex A3 9A BE E 13 0 19 FF 16 43
Octal 243 232 276 16 23 0 31 377 26 103
Binary 10100011 10011010 10111110 1110 10011 0 11001 11111111 10110 1000011

Color Harmonies of #A39ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39ABE

Black with #A39ABE

Text Example


Text Example

White with #A39ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39ABE; }

 p { color: rgb(163,154,190); }

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

background-color css

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

 a { background-color: rgb(163,154,190); }

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

border-color css

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

 span { border-color: rgb(163,154,190); }

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