Html Css Color HEX #A892F6 Biloba Flower

📋 copy color: '#A892F6'

red 168 ◦ green 146 ◦ blue 246

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

Shades of Biloba Flower #A892F6

Tints of Biloba Flower #A892F6

RGB

 RED value IS 168 (66.02% from 255) = 30%

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 30%
G = 26.07%
B = 43.93%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A892F6 (or 0xA892F6) is known color: Biloba Flower. HEX triplet: A8, 92 and F6. RGB value is (168,146,246). Sum of RGB (Red+Green+Blue) = 168+146+246=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #A892F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892F6 is #576D09. Grayscale: #A3A3A3. Windows color (decimal): -5729546 or 16159400. OLE color: 16159400.

HSL color Cylindrical-coordinate representation of color #A892F6: hue angle of 253.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A892F6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 146 246 -
CMYK 0.32 0.41 0 0.04
HSL 253.2º 0.85% 0.77% -
HSV(B) 253.2º 0.41% 0.96% -
XYZ 43.06 35.54 91.78 -
YUV 163.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 168 146 246 0.32 0.41 0 0.04 253.2 0.85 0.77
Hex A8 92 F6 20 29 0 4 FD 55 4D
Octal 250 222 366 40 51 0 4 375 125 115
Binary 10101000 10010010 11110110 100000 101001 0 100 11111101 1010101 1001101

Color Harmonies of #A892F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892F6

Black with #A892F6

Text Example


Text Example

White with #A892F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892F6; }

 p { color: rgb(168,146,246); }

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

background-color css

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

 a { background-color: rgb(168,146,246); }

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

border-color css

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

 span { border-color: rgb(168,146,246); }

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