Html Css Color HEX #A092CA Cold Purple

📋 copy color: '#A092CA'

red 160 ◦ green 146 ◦ blue 202

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

Shades of Cold Purple #A092CA

Tints of Cold Purple #A092CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 31.5%
G = 28.74%
B = 39.76%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A092CA (or 0xA092CA) is known color: Cold Purple. HEX triplet: A0, 92 and CA. RGB value is (160,146,202). Sum of RGB (Red+Green+Blue) = 160+146+202=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A092CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092CA is #5F6D35. Grayscale: #9C9C9C. Windows color (decimal): -6253878 or 13275808. OLE color: 13275808.

HSL color Cylindrical-coordinate representation of color #A092CA: hue angle of 255º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A092CA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 146 202 -
CMYK 0.21 0.28 0 0.21
HSL 255º 0.35% 0.68% -
HSV(B) 255º 0.28% 0.79% -
XYZ 35.44 32.3 60.24 -
YUV 156.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 160 146 202 0.21 0.28 0 0.21 255 0.35 0.68
Hex A0 92 CA 15 1C 0 15 FF 23 44
Octal 240 222 312 25 34 0 25 377 43 104
Binary 10100000 10010010 11001010 10101 11100 0 10101 11111111 100011 1000100

Color Harmonies of #A092CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092CA

Black with #A092CA

Text Example


Text Example

White with #A092CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092CA; }

 p { color: rgb(160,146,202); }

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

background-color css

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

 a { background-color: rgb(160,146,202); }

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

border-color css

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

 span { border-color: rgb(160,146,202); }

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