Html Css Color HEX #A094C1 Cold Purple

📋 copy color: '#A094C1'

red 160 ◦ green 148 ◦ blue 193

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

Shades of Cold Purple #A094C1

Tints of Cold Purple #A094C1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

 BLUE value IS 193 (75.78% from 255) = 38.52%

R = 31.94%
G = 29.54%
B = 38.52%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A094C1 (or 0xA094C1) is known color: Cold Purple. HEX triplet: A0, 94 and C1. RGB value is (160,148,193). Sum of RGB (Red+Green+Blue) = 160+148+193=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #A094C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094C1 is #5F6B3E. Grayscale: #9C9C9C. Windows color (decimal): -6253375 or 12686496. OLE color: 12686496.

HSL color Cylindrical-coordinate representation of color #A094C1: hue angle of 256º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A094C1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 148 193 -
CMYK 0.17 0.23 0 0.24
HSL 256º 0.27% 0.67% -
HSV(B) 256º 0.23% 0.76% -
XYZ 34.71 32.5 54.9 -
YUV 156.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 160 148 193 0.17 0.23 0 0.24 256 0.27 0.67
Hex A0 94 C1 11 17 0 18 100 1B 43
Octal 240 224 301 21 27 0 30 400 33 103
Binary 10100000 10010100 11000001 10001 10111 0 11000 100000000 11011 1000011

Color Harmonies of #A094C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094C1

Black with #A094C1

Text Example


Text Example

White with #A094C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094C1; }

 p { color: rgb(160,148,193); }

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

background-color css

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

 a { background-color: rgb(160,148,193); }

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

border-color css

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

 span { border-color: rgb(160,148,193); }

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