Html Css Color HEX #AC8BED Biloba Flower

📋 copy color: '#AC8BED'

red 172 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #AC8BED

Tints of Biloba Flower #AC8BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.36%

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 31.39%
G = 25.36%
B = 43.25%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC8BED (or 0xAC8BED) is known color: Biloba Flower. HEX triplet: AC, 8B and ED. RGB value is (172,139,237). Sum of RGB (Red+Green+Blue) = 172+139+237=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC8BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BED is #537412. Grayscale: #9F9F9F. Windows color (decimal): -5469203 or 15567788. OLE color: 15567788.

HSL color Cylindrical-coordinate representation of color #AC8BED: hue angle of 260.2º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8BED is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 139 237 -
CMYK 0.27 0.41 0 0.07
HSL 260.2º 0.73% 0.74% -
HSV(B) 260.2º 0.41% 0.93% -
XYZ 41.53 33.35 84.37 -
YUV 160.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 172 139 237 0.27 0.41 0 0.07 260.2 0.73 0.74
Hex AC 8B ED 1B 29 0 7 104 49 4A
Octal 254 213 355 33 51 0 7 404 111 112
Binary 10101100 10001011 11101101 11011 101001 0 111 100000100 1001001 1001010

Color Harmonies of #AC8BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BED

Black with #AC8BED

Text Example


Text Example

White with #AC8BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BED; }

 p { color: rgb(172,139,237); }

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

background-color css

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

 a { background-color: rgb(172,139,237); }

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

border-color css

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

 span { border-color: rgb(172,139,237); }

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