Html Css Color HEX #AF26BC Dark Orchid

📋 copy color: '#AF26BC'

red 175 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #AF26BC

Tints of Dark Orchid #AF26BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

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

R = 43.64%
G = 9.48%
B = 46.88%

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

#AF26BC (or 0xAF26BC) is known color: Dark Orchid. HEX triplet: AF, 26 and BC. RGB value is (175,38,188). Sum of RGB (Red+Green+Blue) = 175+38+188=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26BC is #50D943. Grayscale: #5F5F5F. Windows color (decimal): -5298500 or 12330671. OLE color: 12330671.

HSL color Cylindrical-coordinate representation of color #AF26BC: hue angle of 294.8º degrees, saturation: 0.66, 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 #AF26BC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 38 188 -
CMYK 0.07 0.80 0 0.26
HSL 294.8º 0.66% 0.44% -
HSV(B) 294.8º 0.8% 0.74% -
XYZ 27.45 14.13 48.86 -
YUV 96.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 175 38 188 0.07 0.80 0 0.26 294.8 0.66 0.44
Hex AF 26 BC 7 50 0 1A 127 42 2C
Octal 257 46 274 7 120 0 32 447 102 54
Binary 10101111 100110 10111100 111 1010000 0 11010 100100111 1000010 101100

Color Harmonies of #AF26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26BC

Black with #AF26BC

Text Example


Text Example

White with #AF26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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