Html Css Color HEX #A392CE Biloba Flower

📋 copy color: '#A392CE'

red 163 ◦ green 146 ◦ blue 206

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

Shades of Biloba Flower #A392CE

Tints of Biloba Flower #A392CE

RGB

 RED value IS 163 (64.06% from 255) = 31.65%

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 31.65%
G = 28.35%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A392CE (or 0xA392CE) is known color: Biloba Flower. HEX triplet: A3, 92 and CE. RGB value is (163,146,206). Sum of RGB (Red+Green+Blue) = 163+146+206=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A392CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392CE is #5C6D31. Grayscale: #9D9D9D. Windows color (decimal): -6057266 or 13537955. OLE color: 13537955.

HSL color Cylindrical-coordinate representation of color #A392CE: hue angle of 257º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A392CE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 146 206 -
CMYK 0.21 0.29 0 0.19
HSL 257º 0.38% 0.69% -
HSV(B) 257º 0.29% 0.81% -
XYZ 36.52 32.8 62.8 -
YUV 157.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 163 146 206 0.21 0.29 0 0.19 257 0.38 0.69
Hex A3 92 CE 15 1D 0 13 101 26 45
Octal 243 222 316 25 35 0 23 401 46 105
Binary 10100011 10010010 11001110 10101 11101 0 10011 100000001 100110 1000101

Color Harmonies of #A392CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392CE

Black with #A392CE

Text Example


Text Example

White with #A392CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392CE; }

 p { color: rgb(163,146,206); }

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

background-color css

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

 a { background-color: rgb(163,146,206); }

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

border-color css

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

 span { border-color: rgb(163,146,206); }

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