Html Css Color HEX #AB94E6 Biloba Flower

📋 copy color: '#AB94E6'

red 171 ◦ green 148 ◦ blue 230

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

Shades of Biloba Flower #AB94E6

Tints of Biloba Flower #AB94E6

RGB

 RED value IS 171 (67.19% from 255) = 31.15%

 GREEN value IS 148 (58.2% from 255) = 26.96%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 31.15%
G = 26.96%
B = 41.89%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB94E6 (or 0xAB94E6) is known color: Biloba Flower. HEX triplet: AB, 94 and E6. RGB value is (171,148,230). Sum of RGB (Red+Green+Blue) = 171+148+230=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB94E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94E6 is #546B19. Grayscale: #A3A3A3. Windows color (decimal): -5532442 or 15111339. OLE color: 15111339.

HSL color Cylindrical-coordinate representation of color #AB94E6: hue angle of 256.83º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB94E6 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 148 230 -
CMYK 0.26 0.36 0 0.10
HSL 256.83º 0.62% 0.74% -
HSV(B) 256.83º 0.36% 0.9% -
XYZ 41.67 35.55 79.53 -
YUV 164.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 171 148 230 0.26 0.36 0 0.10 256.83 0.62 0.74
Hex AB 94 E6 1A 24 0 A 101 3E 4A
Octal 253 224 346 32 44 0 12 401 76 112
Binary 10101011 10010100 11100110 11010 100100 0 1010 100000001 111110 1001010

Color Harmonies of #AB94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94E6

Black with #AB94E6

Text Example


Text Example

White with #AB94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94E6; }

 p { color: rgb(171,148,230); }

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

background-color css

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

 a { background-color: rgb(171,148,230); }

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

border-color css

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

 span { border-color: rgb(171,148,230); }

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