Html Css Color HEX #A892EB Biloba Flower

📋 copy color: '#A892EB'

red 168 ◦ green 146 ◦ blue 235

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

Shades of Biloba Flower #A892EB

Tints of Biloba Flower #A892EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 30.6%
G = 26.59%
B = 42.81%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A892EB (or 0xA892EB) is known color: Biloba Flower. HEX triplet: A8, 92 and EB. RGB value is (168,146,235). Sum of RGB (Red+Green+Blue) = 168+146+235=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #A892EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892EB is #576D14. Grayscale: #A2A2A2. Windows color (decimal): -5729557 or 15438504. OLE color: 15438504.

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

Color convert

RGB 168 146 235 -
CMYK 0.29 0.38 0 0.08
HSL 254.83º 0.69% 0.75% -
HSV(B) 254.83º 0.38% 0.92% -
XYZ 41.42 34.88 83.15 -
YUV 162.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 168 146 235 0.29 0.38 0 0.08 254.83 0.69 0.75
Hex A8 92 EB 1D 26 0 8 FF 45 4B
Octal 250 222 353 35 46 0 10 377 105 113
Binary 10101000 10010010 11101011 11101 100110 0 1000 11111111 1000101 1001011

Color Harmonies of #A892EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892EB

Black with #A892EB

Text Example


Text Example

White with #A892EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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