Html Css Color HEX #A885EA Biloba Flower

📋 copy color: '#A885EA'

red 168 ◦ green 133 ◦ blue 234

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

Shades of Biloba Flower #A885EA

Tints of Biloba Flower #A885EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.86%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 31.4%
G = 24.86%
B = 43.74%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A885EA (or 0xA885EA) is known color: Biloba Flower. HEX triplet: A8, 85 and EA. RGB value is (168,133,234). Sum of RGB (Red+Green+Blue) = 168+133+234=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #A885EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885EA is #577A15. Grayscale: #9A9A9A. Windows color (decimal): -5732886 or 15369640. OLE color: 15369640.

HSL color Cylindrical-coordinate representation of color #A885EA: hue angle of 260.79º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A885EA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 133 234 -
CMYK 0.28 0.43 0 0.08
HSL 260.79º 0.71% 0.72% -
HSV(B) 260.79º 0.43% 0.92% -
XYZ 39.39 31.04 81.76 -
YUV 154.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 168 133 234 0.28 0.43 0 0.08 260.79 0.71 0.72
Hex A8 85 EA 1C 2B 0 8 105 47 48
Octal 250 205 352 34 53 0 10 405 107 110
Binary 10101000 10000101 11101010 11100 101011 0 1000 100000101 1000111 1001000

Color Harmonies of #A885EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885EA

Black with #A885EA

Text Example


Text Example

White with #A885EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885EA; }

 p { color: rgb(168,133,234); }

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

background-color css

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

 a { background-color: rgb(168,133,234); }

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

border-color css

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

 span { border-color: rgb(168,133,234); }

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