Html Css Color HEX #A592DF Biloba Flower

📋 copy color: '#A592DF'

red 165 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #A592DF

Tints of Biloba Flower #A592DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 30.9%
G = 27.34%
B = 41.76%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A592DF (or 0xA592DF) is known color: Biloba Flower. HEX triplet: A5, 92 and DF. RGB value is (165,146,223). Sum of RGB (Red+Green+Blue) = 165+146+223=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A592DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DF is #5A6D20. Grayscale: #A0A0A0. Windows color (decimal): -5926177 or 14652069. OLE color: 14652069.

HSL color Cylindrical-coordinate representation of color #A592DF: hue angle of 254.81º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A592DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 146 223 -
CMYK 0.26 0.35 0 0.13
HSL 254.81º 0.55% 0.72% -
HSV(B) 254.81º 0.35% 0.87% -
XYZ 39.12 33.88 74.29 -
YUV 160.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 165 146 223 0.26 0.35 0 0.13 254.81 0.55 0.72
Hex A5 92 DF 1A 23 0 D FF 37 48
Octal 245 222 337 32 43 0 15 377 67 110
Binary 10100101 10010010 11011111 11010 100011 0 1101 11111111 110111 1001000

Color Harmonies of #A592DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592DF

Black with #A592DF

Text Example


Text Example

White with #A592DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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