Html Css Color HEX #A5B2FD Perano

📋 copy color: '#A5B2FD'

red 165 ◦ green 178 ◦ blue 253

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

Shades of Perano #A5B2FD

Tints of Perano #A5B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.87%

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 27.68%
G = 29.87%
B = 42.45%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5B2FD (or 0xA5B2FD) is known color: Perano. HEX triplet: A5, B2 and FD. RGB value is (165,178,253). Sum of RGB (Red+Green+Blue) = 165+178+253=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5B2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B2FD is #5A4D02. Grayscale: #B6B6B6. Windows color (decimal): -5917955 or 16626341. OLE color: 16626341.

HSL color Cylindrical-coordinate representation of color #A5B2FD: hue angle of 231.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B2FD is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 178 253 -
CMYK 0.35 0.30 0 0.01
HSL 231.14º 0.96% 0.82% -
HSV(B) 231.14º 0.35% 0.99% -
XYZ 49.17 46.93 99.4 -
YUV 182.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 165 178 253 0.35 0.30 0 0.01 231.14 0.96 0.82
Hex A5 B2 FD 23 1E 0 1 E7 60 52
Octal 245 262 375 43 36 0 1 347 140 122
Binary 10100101 10110010 11111101 100011 11110 0 1 11100111 1100000 1010010

Color Harmonies of #A5B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B2FD

Black with #A5B2FD

Text Example


Text Example

White with #A5B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B2FD; }

 p { color: rgb(165,178,253); }

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

background-color css

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

 a { background-color: rgb(165,178,253); }

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

border-color css

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

 span { border-color: rgb(165,178,253); }

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