Html Css Color HEX #A892C2 Cold Purple

📋 copy color: '#A892C2'

red 168 ◦ green 146 ◦ blue 194

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

Shades of Cold Purple #A892C2

Tints of Cold Purple #A892C2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.74%

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

R = 33.07%
G = 28.74%
B = 38.19%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A892C2 (or 0xA892C2) is known color: Cold Purple. HEX triplet: A8, 92 and C2. RGB value is (168,146,194). Sum of RGB (Red+Green+Blue) = 168+146+194=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #A892C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892C2 is #576D3D. Grayscale: #9D9D9D. Windows color (decimal): -5729598 or 12751528. OLE color: 12751528.

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

Color convert

RGB 168 146 194 -
CMYK 0.13 0.25 0 0.24
HSL 267.5º 0.28% 0.67% -
HSV(B) 267.5º 0.25% 0.76% -
XYZ 36.16 32.78 55.46 -
YUV 158.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 168 146 194 0.13 0.25 0 0.24 267.5 0.28 0.67
Hex A8 92 C2 D 19 0 18 10C 1C 43
Octal 250 222 302 15 31 0 30 414 34 103
Binary 10101000 10010010 11000010 1101 11001 0 11000 100001100 11100 1000011

Color Harmonies of #A892C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892C2

Black with #A892C2

Text Example


Text Example

White with #A892C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892C2; }

 p { color: rgb(168,146,194); }

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

background-color css

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

 a { background-color: rgb(168,146,194); }

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

border-color css

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

 span { border-color: rgb(168,146,194); }

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