Html Css Color HEX #A091C7 Cold Purple

📋 copy color: '#A091C7'

red 160 ◦ green 145 ◦ blue 199

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

Shades of Cold Purple #A091C7

Tints of Cold Purple #A091C7

RGB

 RED value IS 160 (62.89% from 255) = 31.75%

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 31.75%
G = 28.77%
B = 39.48%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A091C7 (or 0xA091C7) is known color: Cold Purple. HEX triplet: A0, 91 and C7. RGB value is (160,145,199). Sum of RGB (Red+Green+Blue) = 160+145+199=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #A091C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091C7 is #5F6E38. Grayscale: #9B9B9B. Windows color (decimal): -6254137 or 13078944. OLE color: 13078944.

HSL color Cylindrical-coordinate representation of color #A091C7: hue angle of 256.67º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A091C7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 145 199 -
CMYK 0.20 0.27 0 0.22
HSL 256.67º 0.33% 0.67% -
HSV(B) 256.67º 0.27% 0.78% -
XYZ 34.93 31.85 58.34 -
YUV 155.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 160 145 199 0.20 0.27 0 0.22 256.67 0.33 0.67
Hex A0 91 C7 14 1B 0 16 101 21 43
Octal 240 221 307 24 33 0 26 401 41 103
Binary 10100000 10010001 11000111 10100 11011 0 10110 100000001 100001 1000011

Color Harmonies of #A091C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091C7

Black with #A091C7

Text Example


Text Example

White with #A091C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091C7; }

 p { color: rgb(160,145,199); }

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

background-color css

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

 a { background-color: rgb(160,145,199); }

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

border-color css

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

 span { border-color: rgb(160,145,199); }

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