Html Css Color HEX #A592D0 Biloba Flower

📋 copy color: '#A592D0'

red 165 ◦ green 146 ◦ blue 208

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

Shades of Biloba Flower #A592D0

Tints of Biloba Flower #A592D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 31.79%
G = 28.13%
B = 40.08%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A592D0 (or 0xA592D0) is known color: Biloba Flower. HEX triplet: A5, 92 and D0. RGB value is (165,146,208). Sum of RGB (Red+Green+Blue) = 165+146+208=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #A592D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592D0 is #5A6D2F. Grayscale: #9E9E9E. Windows color (decimal): -5926192 or 13669029. OLE color: 13669029.

HSL color Cylindrical-coordinate representation of color #A592D0: hue angle of 258.39º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A592D0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 146 208 -
CMYK 0.21 0.30 0 0.18
HSL 258.39º 0.4% 0.69% -
HSV(B) 258.39º 0.3% 0.82% -
XYZ 37.18 33.11 64.11 -
YUV 158.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 165 146 208 0.21 0.30 0 0.18 258.39 0.4 0.69
Hex A5 92 D0 15 1E 0 12 102 28 45
Octal 245 222 320 25 36 0 22 402 50 105
Binary 10100101 10010010 11010000 10101 11110 0 10010 100000010 101000 1000101

Color Harmonies of #A592D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592D0

Black with #A592D0

Text Example


Text Example

White with #A592D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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