Html Css Color HEX #AF8AFE Biloba Flower

📋 copy color: '#AF8AFE'

red 175 ◦ green 138 ◦ blue 254

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

Shades of Biloba Flower #AF8AFE

Tints of Biloba Flower #AF8AFE

RGB

 RED value IS 175 (68.75% from 255) = 30.86%

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 30.86%
G = 24.34%
B = 44.8%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF8AFE (or 0xAF8AFE) is known color: Biloba Flower. HEX triplet: AF, 8A and FE. RGB value is (175,138,254). Sum of RGB (Red+Green+Blue) = 175+138+254=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF8AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AFE is #507501. Grayscale: #A1A1A1. Windows color (decimal): -5272834 or 16681647. OLE color: 16681647.

HSL color Cylindrical-coordinate representation of color #AF8AFE: hue angle of 259.14º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF8AFE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 138 254 -
CMYK 0.31 0.46 0 0.00
HSL 259.14º 0.98% 0.77% -
HSV(B) 259.14º 0.46% 1% -
XYZ 44.66 34.45 98.06 -
YUV 162.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 175 138 254 0.31 0.46 0 0.00 259.14 0.98 0.77
Hex AF 8A FE 1F 2E 0 0 103 62 4D
Octal 257 212 376 37 56 0 0 403 142 115
Binary 10101111 10001010 11111110 11111 101110 0 0 100000011 1100010 1001101

Color Harmonies of #AF8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AFE

Black with #AF8AFE

Text Example


Text Example

White with #AF8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AFE; }

 p { color: rgb(175,138,254); }

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

background-color css

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

 a { background-color: rgb(175,138,254); }

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

border-color css

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

 span { border-color: rgb(175,138,254); }

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