Html Css Color HEX #A59BFA Perano

📋 copy color: '#A59BFA'

red 165 ◦ green 155 ◦ blue 250

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

Shades of Perano #A59BFA

Tints of Perano #A59BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 28.95%
G = 27.19%
B = 43.86%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A59BFA (or 0xA59BFA) is known color: Perano. HEX triplet: A5, 9B and FA. RGB value is (165,155,250). Sum of RGB (Red+Green+Blue) = 165+155+250=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #A59BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BFA is #5A6405. Grayscale: #A8A8A8. Windows color (decimal): -5923846 or 16423845. OLE color: 16423845.

HSL color Cylindrical-coordinate representation of color #A59BFA: hue angle of 246.32º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59BFA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 155 250 -
CMYK 0.34 0.38 0 0.02
HSL 246.32º 0.9% 0.79% -
HSV(B) 246.32º 0.38% 0.98% -
XYZ 44.49 38.34 95.5 -
YUV 168.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 165 155 250 0.34 0.38 0 0.02 246.32 0.9 0.79
Hex A5 9B FA 22 26 0 2 F6 5A 4F
Octal 245 233 372 42 46 0 2 366 132 117
Binary 10100101 10011011 11111010 100010 100110 0 10 11110110 1011010 1001111

Color Harmonies of #A59BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BFA

Black with #A59BFA

Text Example


Text Example

White with #A59BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BFA; }

 p { color: rgb(165,155,250); }

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

background-color css

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

 a { background-color: rgb(165,155,250); }

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

border-color css

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

 span { border-color: rgb(165,155,250); }

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