Html Css Color HEX #A592CA Biloba Flower

📋 copy color: '#A592CA'

red 165 ◦ green 146 ◦ blue 202

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

Shades of Biloba Flower #A592CA

Tints of Biloba Flower #A592CA

RGB

 RED value IS 165 (64.84% from 255) = 32.16%

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

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

R = 32.16%
G = 28.46%
B = 39.38%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A592CA (or 0xA592CA) is known color: Biloba Flower. HEX triplet: A5, 92 and CA. RGB value is (165,146,202). Sum of RGB (Red+Green+Blue) = 165+146+202=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #A592CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592CA is #5A6D35. Grayscale: #9D9D9D. Windows color (decimal): -5926198 or 13275813. OLE color: 13275813.

HSL color Cylindrical-coordinate representation of color #A592CA: hue angle of 260.36º 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 #A592CA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 146 202 -
CMYK 0.18 0.28 0 0.21
HSL 260.36º 0.35% 0.68% -
HSV(B) 260.36º 0.28% 0.79% -
XYZ 36.46 32.82 60.29 -
YUV 158.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 165 146 202 0.18 0.28 0 0.21 260.36 0.35 0.68
Hex A5 92 CA 12 1C 0 15 104 23 44
Octal 245 222 312 22 34 0 25 404 43 104
Binary 10100101 10010010 11001010 10010 11100 0 10101 100000100 100011 1000100

Color Harmonies of #A592CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592CA

Black with #A592CA

Text Example


Text Example

White with #A592CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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