Html Css Color HEX #AC8FF8 Biloba Flower

📋 copy color: '#AC8FF8'

red 172 ◦ green 143 ◦ blue 248

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

Shades of Biloba Flower #AC8FF8

Tints of Biloba Flower #AC8FF8

RGB

 RED value IS 172 (67.58% from 255) = 30.55%

 GREEN value IS 143 (56.25% from 255) = 25.4%

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 30.55%
G = 25.4%
B = 44.05%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC8FF8 (or 0xAC8FF8) is known color: Biloba Flower. HEX triplet: AC, 8F and F8. RGB value is (172,143,248). Sum of RGB (Red+Green+Blue) = 172+143+248=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FF8 is #537007. Grayscale: #A3A3A3. Windows color (decimal): -5468168 or 16289708. OLE color: 16289708.

HSL color Cylindrical-coordinate representation of color #AC8FF8: hue angle of 256.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8FF8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 143 248 -
CMYK 0.31 0.42 0 0.03
HSL 256.57º 0.88% 0.77% -
HSV(B) 256.57º 0.42% 0.97% -
XYZ 43.78 35.19 93.29 -
YUV 163.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 172 143 248 0.31 0.42 0 0.03 256.57 0.88 0.77
Hex AC 8F F8 1F 2A 0 3 101 58 4D
Octal 254 217 370 37 52 0 3 401 130 115
Binary 10101100 10001111 11111000 11111 101010 0 11 100000001 1011000 1001101

Color Harmonies of #AC8FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FF8

Black with #AC8FF8

Text Example


Text Example

White with #AC8FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FF8; }

 p { color: rgb(172,143,248); }

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

background-color css

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

 a { background-color: rgb(172,143,248); }

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

border-color css

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

 span { border-color: rgb(172,143,248); }

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