Html Css Color HEX #A094C6 Cold Purple

📋 copy color: '#A094C6'

red 160 ◦ green 148 ◦ blue 198

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

Shades of Cold Purple #A094C6

Tints of Cold Purple #A094C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 31.62%
G = 29.25%
B = 39.13%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A094C6 (or 0xA094C6) is known color: Cold Purple. HEX triplet: A0, 94 and C6. RGB value is (160,148,198). Sum of RGB (Red+Green+Blue) = 160+148+198=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #A094C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094C6 is #5F6B39. Grayscale: #9D9D9D. Windows color (decimal): -6253370 or 13014176. OLE color: 13014176.

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

Color convert

RGB 160 148 198 -
CMYK 0.19 0.25 0 0.22
HSL 254.4º 0.3% 0.68% -
HSV(B) 254.4º 0.25% 0.78% -
XYZ 35.28 32.73 57.88 -
YUV 157.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 160 148 198 0.19 0.25 0 0.22 254.4 0.3 0.68
Hex A0 94 C6 13 19 0 16 FE 1E 44
Octal 240 224 306 23 31 0 26 376 36 104
Binary 10100000 10010100 11000110 10011 11001 0 10110 11111110 11110 1000100

Color Harmonies of #A094C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094C6

Black with #A094C6

Text Example


Text Example

White with #A094C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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