Html Css Color HEX #A392ED Biloba Flower

📋 copy color: '#A392ED'

red 163 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #A392ED

Tints of Biloba Flower #A392ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 29.85%
G = 26.74%
B = 43.41%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A392ED (or 0xA392ED) is known color: Biloba Flower. HEX triplet: A3, 92 and ED. RGB value is (163,146,237). Sum of RGB (Red+Green+Blue) = 163+146+237=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A392ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392ED is #5C6D12. Grayscale: #A1A1A1. Windows color (decimal): -6057235 or 15569571. OLE color: 15569571.

HSL color Cylindrical-coordinate representation of color #A392ED: hue angle of 251.21º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A392ED is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 146 237 -
CMYK 0.31 0.38 0 0.07
HSL 251.21º 0.72% 0.75% -
HSV(B) 251.21º 0.38% 0.93% -
XYZ 40.67 34.46 84.63 -
YUV 161.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 163 146 237 0.31 0.38 0 0.07 251.21 0.72 0.75
Hex A3 92 ED 1F 26 0 7 FB 48 4B
Octal 243 222 355 37 46 0 7 373 110 113
Binary 10100011 10010010 11101101 11111 100110 0 111 11111011 1001000 1001011

Color Harmonies of #A392ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392ED

Black with #A392ED

Text Example


Text Example

White with #A392ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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