Html Css Color HEX #A88ACF Biloba Flower

📋 copy color: '#A88ACF'

red 168 ◦ green 138 ◦ blue 207

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

Shades of Biloba Flower #A88ACF

Tints of Biloba Flower #A88ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 32.75%
G = 26.9%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A88ACF (or 0xA88ACF) is known color: Biloba Flower. HEX triplet: A8, 8A and CF. RGB value is (168,138,207). Sum of RGB (Red+Green+Blue) = 168+138+207=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A88ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ACF is #577530. Grayscale: #9A9A9A. Windows color (decimal): -5731633 or 13601448. OLE color: 13601448.

HSL color Cylindrical-coordinate representation of color #A88ACF: hue angle of 266.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88ACF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 138 207 -
CMYK 0.19 0.33 0 0.19
HSL 266.09º 0.42% 0.68% -
HSV(B) 266.09º 0.33% 0.81% -
XYZ 36.5 31.01 63.09 -
YUV 154.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 168 138 207 0.19 0.33 0 0.19 266.09 0.42 0.68
Hex A8 8A CF 13 21 0 13 10A 2A 44
Octal 250 212 317 23 41 0 23 412 52 104
Binary 10101000 10001010 11001111 10011 100001 0 10011 100001010 101010 1000100

Color Harmonies of #A88ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ACF

Black with #A88ACF

Text Example


Text Example

White with #A88ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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