Html Css Color HEX #A594ED Biloba Flower

📋 copy color: '#A594ED'

red 165 ◦ green 148 ◦ blue 237

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

Shades of Biloba Flower #A594ED

Tints of Biloba Flower #A594ED

RGB

 RED value IS 165 (64.84% from 255) = 30%

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

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

R = 30%
G = 26.91%
B = 43.09%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A594ED (or 0xA594ED) is known color: Biloba Flower. HEX triplet: A5, 94 and ED. RGB value is (165,148,237). Sum of RGB (Red+Green+Blue) = 165+148+237=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #A594ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594ED is #5A6B12. Grayscale: #A2A2A2. Windows color (decimal): -5925651 or 15570085. OLE color: 15570085.

HSL color Cylindrical-coordinate representation of color #A594ED: hue angle of 251.46º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A594ED is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 148 237 -
CMYK 0.30 0.38 0 0.07
HSL 251.46º 0.71% 0.75% -
HSV(B) 251.46º 0.38% 0.93% -
XYZ 41.39 35.29 84.75 -
YUV 163.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 165 148 237 0.30 0.38 0 0.07 251.46 0.71 0.75
Hex A5 94 ED 1E 26 0 7 FB 47 4B
Octal 245 224 355 36 46 0 7 373 107 113
Binary 10100101 10010100 11101101 11110 100110 0 111 11111011 1000111 1001011

Color Harmonies of #A594ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594ED

Black with #A594ED

Text Example


Text Example

White with #A594ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594ED; }

 p { color: rgb(165,148,237); }

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

background-color css

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

 a { background-color: rgb(165,148,237); }

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

border-color css

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

 span { border-color: rgb(165,148,237); }

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