Html Css Color HEX #AF94F2 Biloba Flower

📋 copy color: '#AF94F2'

red 175 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #AF94F2

Tints of Biloba Flower #AF94F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 30.97%
G = 26.19%
B = 42.83%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF94F2 (or 0xAF94F2) is known color: Biloba Flower. HEX triplet: AF, 94 and F2. RGB value is (175,148,242). Sum of RGB (Red+Green+Blue) = 175+148+242=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF94F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94F2 is #506B0D. Grayscale: #A6A6A6. Windows color (decimal): -5270286 or 15897775. OLE color: 15897775.

HSL color Cylindrical-coordinate representation of color #AF94F2: hue angle of 257.23º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF94F2 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 148 242 -
CMYK 0.28 0.39 0 0.05
HSL 257.23º 0.78% 0.76% -
HSV(B) 257.23º 0.39% 0.95% -
XYZ 44.3 36.7 88.75 -
YUV 166.79 170.45 133.86 -
System Red Green Blue C M Y K H S L
Decimal 175 148 242 0.28 0.39 0 0.05 257.23 0.78 0.76
Hex AF 94 F2 1C 27 0 5 101 4E 4C
Octal 257 224 362 34 47 0 5 401 116 114
Binary 10101111 10010100 11110010 11100 100111 0 101 100000001 1001110 1001100

Color Harmonies of #AF94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94F2

Black with #AF94F2

Text Example


Text Example

White with #AF94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94F2; }

 p { color: rgb(175,148,242); }

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

background-color css

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

 a { background-color: rgb(175,148,242); }

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

border-color css

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

 span { border-color: rgb(175,148,242); }

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