Html Css Color HEX #AB25CF Dark Orchid

📋 copy color: '#AB25CF'

red 171 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #AB25CF

Tints of Dark Orchid #AB25CF

RGB

 RED value IS 171 (67.19% from 255) = 41.2%

 GREEN value IS 37 (14.84% from 255) = 8.92%

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 41.2%
G = 8.92%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB25CF (or 0xAB25CF) is known color: Dark Orchid. HEX triplet: AB, 25 and CF. RGB value is (171,37,207). Sum of RGB (Red+Green+Blue) = 171+37+207=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25CF is #54DA30. Grayscale: #5F5F5F. Windows color (decimal): -5560881 or 13575595. OLE color: 13575595.

HSL color Cylindrical-coordinate representation of color #AB25CF: hue angle of 287.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB25CF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 37 207 -
CMYK 0.17 0.82 0 0.19
HSL 287.29º 0.7% 0.48% -
HSV(B) 287.29º 0.82% 0.81% -
XYZ 28.72 14.49 60.31 -
YUV 96.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 171 37 207 0.17 0.82 0 0.19 287.29 0.7 0.48
Hex AB 25 CF 11 52 0 13 11F 46 30
Octal 253 45 317 21 122 0 23 437 106 60
Binary 10101011 100101 11001111 10001 1010010 0 10011 100011111 1000110 110000

Color Harmonies of #AB25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25CF

Black with #AB25CF

Text Example


Text Example

White with #AB25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25CF; }

 p { color: rgb(171,37,207); }

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

background-color css

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

 a { background-color: rgb(171,37,207); }

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

border-color css

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

 span { border-color: rgb(171,37,207); }

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