Html Css Color HEX #A5ACFA Perano

📋 copy color: '#A5ACFA'

red 165 ◦ green 172 ◦ blue 250

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

Shades of Perano #A5ACFA

Tints of Perano #A5ACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.3%

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

R = 28.11%
G = 29.3%
B = 42.59%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5ACFA (or 0xA5ACFA) is known color: Perano. HEX triplet: A5, AC and FA. RGB value is (165,172,250). Sum of RGB (Red+Green+Blue) = 165+172+250=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ACFA is #5A5305. Grayscale: #B2B2B2. Windows color (decimal): -5919494 or 16428197. OLE color: 16428197.

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

Color convert

RGB 165 172 250 -
CMYK 0.34 0.31 0 0.02
HSL 235.06º 0.89% 0.81% -
HSV(B) 235.06º 0.34% 0.98% -
XYZ 47.52 44.41 96.51 -
YUV 178.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 165 172 250 0.34 0.31 0 0.02 235.06 0.89 0.81
Hex A5 AC FA 22 1F 0 2 EB 59 51
Octal 245 254 372 42 37 0 2 353 131 121
Binary 10100101 10101100 11111010 100010 11111 0 10 11101011 1011001 1010001

Color Harmonies of #A5ACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ACFA

Black with #A5ACFA

Text Example


Text Example

White with #A5ACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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