Html Css Color HEX #A88ADF Biloba Flower

📋 copy color: '#A88ADF'

red 168 ◦ green 138 ◦ blue 223

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

Shades of Biloba Flower #A88ADF

Tints of Biloba Flower #A88ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.09%

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 31.76%
G = 26.09%
B = 42.16%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A88ADF (or 0xA88ADF) is known color: Biloba Flower. HEX triplet: A8, 8A and DF. RGB value is (168,138,223). Sum of RGB (Red+Green+Blue) = 168+138+223=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ADF is #577520. Grayscale: #9C9C9C. Windows color (decimal): -5731617 or 14650024. OLE color: 14650024.

HSL color Cylindrical-coordinate representation of color #A88ADF: hue angle of 261.18º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88ADF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 138 223 -
CMYK 0.25 0.38 0 0.13
HSL 261.18º 0.57% 0.71% -
HSV(B) 261.18º 0.38% 0.87% -
XYZ 38.56 31.83 73.92 -
YUV 156.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 168 138 223 0.25 0.38 0 0.13 261.18 0.57 0.71
Hex A8 8A DF 19 26 0 D 105 39 47
Octal 250 212 337 31 46 0 15 405 71 107
Binary 10101000 10001010 11011111 11001 100110 0 1101 100000101 111001 1000111

Color Harmonies of #A88ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ADF

Black with #A88ADF

Text Example


Text Example

White with #A88ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ADF; }

 p { color: rgb(168,138,223); }

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

background-color css

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

 a { background-color: rgb(168,138,223); }

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

border-color css

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

 span { border-color: rgb(168,138,223); }

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