Html Css Color HEX #A094C2 Cold Purple

📋 copy color: '#A094C2'

red 160 ◦ green 148 ◦ blue 194

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

Shades of Cold Purple #A094C2

Tints of Cold Purple #A094C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 31.87%
G = 29.48%
B = 38.65%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A094C2 (or 0xA094C2) is known color: Cold Purple. HEX triplet: A0, 94 and C2. RGB value is (160,148,194). Sum of RGB (Red+Green+Blue) = 160+148+194=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #A094C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094C2 is #5F6B3D. Grayscale: #9C9C9C. Windows color (decimal): -6253374 or 12752032. OLE color: 12752032.

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

Color convert

RGB 160 148 194 -
CMYK 0.18 0.24 0 0.24
HSL 255.65º 0.27% 0.67% -
HSV(B) 255.65º 0.24% 0.76% -
XYZ 34.82 32.55 55.49 -
YUV 156.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 160 148 194 0.18 0.24 0 0.24 255.65 0.27 0.67
Hex A0 94 C2 12 18 0 18 100 1B 43
Octal 240 224 302 22 30 0 30 400 33 103
Binary 10100000 10010100 11000010 10010 11000 0 11000 100000000 11011 1000011

Color Harmonies of #A094C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094C2

Black with #A094C2

Text Example


Text Example

White with #A094C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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