Html Css Color HEX #A891C6 Cold Purple

📋 copy color: '#A891C6'

red 168 ◦ green 145 ◦ blue 198

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

Shades of Cold Purple #A891C6

Tints of Cold Purple #A891C6

RGB

 RED value IS 168 (66.02% from 255) = 32.88%

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

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

R = 32.88%
G = 28.38%
B = 38.75%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A891C6 (or 0xA891C6) is known color: Cold Purple. HEX triplet: A8, 91 and C6. RGB value is (168,145,198). Sum of RGB (Red+Green+Blue) = 168+145+198=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #A891C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891C6 is #576E39. Grayscale: #9D9D9D. Windows color (decimal): -5729850 or 13013416. OLE color: 13013416.

HSL color Cylindrical-coordinate representation of color #A891C6: hue angle of 266.04º degrees, saturation: 0.32, 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 #A891C6 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 145 198 -
CMYK 0.15 0.27 0 0.22
HSL 266.04º 0.32% 0.67% -
HSV(B) 266.04º 0.27% 0.78% -
XYZ 36.47 32.65 57.81 -
YUV 157.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 168 145 198 0.15 0.27 0 0.22 266.04 0.32 0.67
Hex A8 91 C6 F 1B 0 16 10A 20 43
Octal 250 221 306 17 33 0 26 412 40 103
Binary 10101000 10010001 11000110 1111 11011 0 10110 100001010 100000 1000011

Color Harmonies of #A891C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A891C6

Black with #A891C6

Text Example


Text Example

White with #A891C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A891C6; }

 p { color: rgb(168,145,198); }

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

background-color css

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

 a { background-color: rgb(168,145,198); }

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

border-color css

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

 span { border-color: rgb(168,145,198); }

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