Html Css Color HEX #AF25BC Dark Orchid

📋 copy color: '#AF25BC'

red 175 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #AF25BC

Tints of Dark Orchid #AF25BC

RGB

 RED value IS 175 (68.75% from 255) = 43.75%

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 43.75%
G = 9.25%
B = 47%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF25BC (or 0xAF25BC) is known color: Dark Orchid. HEX triplet: AF, 25 and BC. RGB value is (175,37,188). Sum of RGB (Red+Green+Blue) = 175+37+188=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25BC is #50DA43. Grayscale: #5F5F5F. Windows color (decimal): -5298756 or 12330415. OLE color: 12330415.

HSL color Cylindrical-coordinate representation of color #AF25BC: hue angle of 294.83º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF25BC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 37 188 -
CMYK 0.07 0.80 0 0.26
HSL 294.83º 0.67% 0.44% -
HSV(B) 294.83º 0.8% 0.74% -
XYZ 27.42 14.07 48.85 -
YUV 95.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 175 37 188 0.07 0.80 0 0.26 294.83 0.67 0.44
Hex AF 25 BC 7 50 0 1A 127 43 2C
Octal 257 45 274 7 120 0 32 447 103 54
Binary 10101111 100101 10111100 111 1010000 0 11010 100100111 1000011 101100

Color Harmonies of #AF25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25BC

Black with #AF25BC

Text Example


Text Example

White with #AF25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25BC; }

 p { color: rgb(175,37,188); }

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

background-color css

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

 a { background-color: rgb(175,37,188); }

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

border-color css

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

 span { border-color: rgb(175,37,188); }

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