Html Css Color HEX #AF8AF1 Biloba Flower

📋 copy color: '#AF8AF1'

red 175 ◦ green 138 ◦ blue 241

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

Shades of Biloba Flower #AF8AF1

Tints of Biloba Flower #AF8AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 31.59%
G = 24.91%
B = 43.5%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8AF1 (or 0xAF8AF1) is known color: Biloba Flower. HEX triplet: AF, 8A and F1. RGB value is (175,138,241). Sum of RGB (Red+Green+Blue) = 175+138+241=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF8AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AF1 is #50750E. Grayscale: #A0A0A0. Windows color (decimal): -5272847 or 15829679. OLE color: 15829679.

HSL color Cylindrical-coordinate representation of color #AF8AF1: hue angle of 261.55º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8AF1 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 138 241 -
CMYK 0.27 0.43 0 0.05
HSL 261.55º 0.79% 0.74% -
HSV(B) 261.55º 0.43% 0.95% -
XYZ 42.64 33.64 87.46 -
YUV 160.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 175 138 241 0.27 0.43 0 0.05 261.55 0.79 0.74
Hex AF 8A F1 1B 2B 0 5 106 4F 4A
Octal 257 212 361 33 53 0 5 406 117 112
Binary 10101111 10001010 11110001 11011 101011 0 101 100000110 1001111 1001010

Color Harmonies of #AF8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AF1

Black with #AF8AF1

Text Example


Text Example

White with #AF8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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