Html Css Color HEX #A392CC Biloba Flower

📋 copy color: '#A392CC'

red 163 ◦ green 146 ◦ blue 204

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

Shades of Biloba Flower #A392CC

Tints of Biloba Flower #A392CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 31.77%
G = 28.46%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A392CC (or 0xA392CC) is known color: Biloba Flower. HEX triplet: A3, 92 and CC. RGB value is (163,146,204). Sum of RGB (Red+Green+Blue) = 163+146+204=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A392CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392CC is #5C6D33. Grayscale: #9D9D9D. Windows color (decimal): -6057268 or 13406883. OLE color: 13406883.

HSL color Cylindrical-coordinate representation of color #A392CC: hue angle of 257.59º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A392CC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 146 204 -
CMYK 0.20 0.28 0 0.2
HSL 257.59º 0.36% 0.69% -
HSV(B) 257.59º 0.28% 0.8% -
XYZ 36.28 32.7 61.53 -
YUV 157.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 163 146 204 0.20 0.28 0 0.2 257.59 0.36 0.69
Hex A3 92 CC 14 1C 0 14 102 24 45
Octal 243 222 314 24 34 0 24 402 44 105
Binary 10100011 10010010 11001100 10100 11100 0 10100 100000010 100100 1000101

Color Harmonies of #A392CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392CC

Black with #A392CC

Text Example


Text Example

White with #A392CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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