Html Css Color HEX #A785E8 Biloba Flower

📋 copy color: '#A785E8'

red 167 ◦ green 133 ◦ blue 232

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

Shades of Biloba Flower #A785E8

Tints of Biloba Flower #A785E8

RGB

 RED value IS 167 (65.63% from 255) = 31.39%

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

 BLUE value IS 232 (91.02% from 255) = 43.61%

R = 31.39%
G = 25%
B = 43.61%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A785E8 (or 0xA785E8) is known color: Biloba Flower. HEX triplet: A7, 85 and E8. RGB value is (167,133,232). Sum of RGB (Red+Green+Blue) = 167+133+232=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #A785E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785E8 is #587A17. Grayscale: #9A9A9A. Windows color (decimal): -5798424 or 15238567. OLE color: 15238567.

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

Color convert

RGB 167 133 232 -
CMYK 0.28 0.43 0 0.09
HSL 260.61º 0.68% 0.72% -
HSV(B) 260.61º 0.43% 0.91% -
XYZ 38.89 30.82 80.24 -
YUV 154.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 167 133 232 0.28 0.43 0 0.09 260.61 0.68 0.72
Hex A7 85 E8 1C 2B 0 9 105 44 48
Octal 247 205 350 34 53 0 11 405 104 110
Binary 10100111 10000101 11101000 11100 101011 0 1001 100000101 1000100 1001000

Color Harmonies of #A785E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785E8

Black with #A785E8

Text Example


Text Example

White with #A785E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785E8; }

 p { color: rgb(167,133,232); }

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

background-color css

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

 a { background-color: rgb(167,133,232); }

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

border-color css

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

 span { border-color: rgb(167,133,232); }

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